Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-filter to 1.0.1 #50

Open
wants to merge 1 commit into
base: ng
Choose a base branch
from

Conversation

pyup-bot
Copy link

There's a new version of django-filter available.
You are currently using 0.13.0. I have updated it to 1.0.1

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.0.1


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


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

  • 492 Port get_schema_fields from DRF

0.15.2


  • 507 Fix compatibility issue when not using the DTL

0.15.1


A couple of quick bug fixes:

  • 496 OrderingFilter not working with Select widget
  • 498 DRF Backend Templates not loading

0.15.0


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

0.14.0


  • 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.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant