Django-filter

Latest version: v24.2

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

Scan your dependencies

Page 5 of 6

0.14.0

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

* Confirmed support for Django 1.10.

* Add support for filtering on DurationField (new in Django 1.8).

* Fix UUIDFilter import issue

* Improve FieldLookupError message

* Add filters_for_model to improve extensibility

* Fix limit_choices_to behavior with callables

* Fix distinct behavior for range filters

* Various Minor Clean up issues.

0.13.0

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

* Add support for filtering by CSV 363

* Add DateTimeFromToRangeFilter 376

* Add Chinese translation 359

* Lots of fixes.

0.12.0

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

* Raised minimum Django version to 1.8.x

* FEATURE: Add support for custom ORM lookup types 221

* FEATURE: Add JavaScript friendly BooleanWidget 270

* FIXED: (More) Compatability with Django 1.8 and Django 1.9+

* BREAKING CHANGE: custom filter names are now also be used for ordering 230

If you use ordering on a field you defined as custom filter with custom
name, you should now use the filter name as ordering key as well.

Eg. For a filter like :

class F(FilterSet):
account = CharFilter(name='username')
class Meta:
model = User
fields = ['account', 'status']
order_by = True

Before, ordering was like `?o=username`. Since 0.12.0 it's `o=account`.

0.11.0

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

* FEATURE: Added default filter method lookup for MethodFilter 222

* FEATURE: Added support for yesterday in daterangefilter 234

* FEATURE: Created Filter for NumericRange. 236

* FEATURE: Added Date/time range filters 215

* FEATURE: Added option to raise with `strict` 255

* FEATURE: Added Form Field and Filter to parse ISO-8601 timestamps

0.10.0

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

* FEATURE: Added ``conjoined`` parameter to ``MultipleChoiceFilter``

* FEATURE: Added ``together`` meta option to validate fields as a group

* FIXED: Added testing on Django 1.8

* FIXED: ``get_model_field`` on Django 1.8

0.9.2

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

* FIXED: Compatibility with Django v1.8a1

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.