- FIXED: Compatibility with Django v1.8a1
- FIXED: Compatibility with Debug Toolbar's versions panel
FEATURE: Allow Min/Max-Only use of RangeFilter
FEATURE: Added TypedChoiceFilter
FIXED: Correct logic for short circuit on MultipleChoiceFilter
Added always_filter attribute and is_noop() test to apply short-circuiting.
Set always_filter to False on init to apply default is_noop() test. Override is_noop() for more complex cases.
MISC: Version bumping with
bumpversion
- FEATURE: Added exclusion filters support
- FEATURE: Added fields dictionary shorthand syntax
- FEATURE: Added MethodFilter.
- FIXED: #115 "filters.Filter.filter() fails if it receives [] or () as value"
- MISC: Various Documentation and Testing improvements
- FEATURE: Added support for AutoField.
- FEATURE: There is a "distinct" flag to ensure that only unique rows are returned.
- FEATURE: Support descending ordering (slighty backwards incompatible).
- FEATURE: Support "strict" querysets, ie wrong filter data returns no results.
- FIXED: Some translation strings were changed to be in line with admin.
- FIXED: Support for Django 1.7.
- raised minimum Django version to 1.4.x
- added Python 3.2 and Python 3.3 support
- added Django 1.5 support and initial 1.6 compatability
- FEATURE: recognition of custom model field subclasses
- FEATURE: allow optional display names for order_by values
- FEATURE: addition of class-based FilterView
- FEATURE: addition of count() method on FilterSet to prevent pagination from loading entire queryset
- FIXED: attempts to filter on reverse side of m2m, o2o or fk would raise an error
- project brought back to life