8000 Fix RelatedSearchQueryset.load_all() truncating results · django-haystack/django-haystack@0461071 · GitHub
[go: up one dir, main page]

Skip to content

Fix RelatedSearchQueryset.load_all() truncating results #841

Fix RelatedSearchQueryset.load_all() truncating results

Fix RelatedSearchQueryset.load_all() truncating results #841

Workflow file for this run

name: Build docs
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install sphinx
- name: Build docs
run: cd docs && make html
0