Django-filter

Latest version: v24.2

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

1.0.1

Not secure
--------------------------

Small release to ease compatibility with DRF:

* 568 Adds ``rest_framework`` to the ``django_filters`` namespace to allow single
``import django_filters` usage.
* A number of small updates to the docs

1.0

------------------------

This release removes all the deprecated code from 0.14 and 0.15 for 1.0 480.

Please see the `Migration Notes`__ for details of how to migrate.
Stick with 0.15.3 if you're not ready to update.

__ https://github.com/carltongibson/django-filter/blob/1.0.0/docs/guide/migration.txt

The release includes a number of small fixes and documentation updates.

See the `1.0 Milestone`__ for full details.

__ https://github.com/carltongibson/django-filter/milestone/8?closed=1

0.15.3

Not secure
---------------------------

Adds compatibility for DRF (3.5+) get_schema_fields filter backend
introspection.

* 492 Port get_schema_fields from DRF

0.15.2

Not secure
---------------------------

* 507 Fix compatibility issue when not using the DTL

0.15.1

Not secure
---------------------------

A couple of quick bug fixes:

* 496 OrderingFilter not working with Select widget

* 498 DRF Backend Templates not loading

0.15.0

Not secure
---------------------------

This is a preparatory release for a 1.0. Lots of clean-up, lots of changes,
mostly backwards compatible.

Special thanks to Ryan P Kilby (rpkilby) for lots of hard work.

Most changes should raise a Deprecation Warning.

**Note**: if you're doing *Clever Things™* with the various filter options
— ``filter_overrides`` etc — you may run into an `AttributeError` since these
are now defined on the metaclass and not on the filter itself.
(See the discussion on 459)

Summary: Highly Recommended, but take a moment to ensure everything still works.

* Added the DRF backend. 481

* Deprecated `MethodFilter` in favour of `Filter.method` 382

* Move filter options to metaclass 459

* Added `get_filter_predicate` hook. (Allows e.g. filtering on annotated fields) 469

* Rework Ordering options into a filter 472

* Hardened all deprecations for 1.0. Please do see the `Migration Notes`__

__ https://github.com/carltongibson/django-filter/blob/1.0.0/docs/guide/migration.txt

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.