drf-haystack icon indicating copy to clipboard operation
drf-haystack copied to clipboard

Haystack for Django REST Framework

Results 31 drf-haystack issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.11. Commits 61a986f [4.2.x] Bumped version for 4.2.11 release. 3c9a277 [4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 7973951 [4.2.x] Added release date for...

dependencies

Test results: https://github.com/cclauss/drf-haystack/actions `docs` > FIXED. ~Warning, treated as error: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).~...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

`applicable_filters` and `applicable_exclusions` are of type `type(self.view.query_object)`. For better consistency, we should return an empty query object instead of an empty list.

This allows to get the full id of a content, for example: ``` [ { "id": "organization_projects.project.2", "category": "Software", "languages": "Python", "premium": true } ] ```

Master contain: "djangorestframework>=3.7,

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Extracted from https://github.com/ulgens/drf-haystack/pull/189