Skip to content

Deprecate DjangoFilter backend #4593

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

Merged
merged 5 commits into from
Oct 20, 2016
Merged

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Oct 20, 2016

Deprecate the built-in rest_framework.filters.DjangoFilterBackend in favour of the third-party django_filters.rest_framework.DjangoFilterBackend

Closes #4507
Closes #3371

@tomchristie tomchristie added this to the 3.5.0 Release milestone Oct 20, 2016
@@ -1,5 +1,5 @@
# Optional packages which may be used with REST framework.
markdown==2.6.4
django-guardian==1.4.6
django-filter==0.14.0
django-filter==0.15.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be 0.15.3 which is latest and supports get_schema_fields

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Collaborator

@carltongibson carltongibson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep +1

@tomchristie tomchristie merged commit 2395fb5 into master Oct 20, 2016
@tomchristie tomchristie deleted the deprecate-django-filter-backend branch October 20, 2016 09:47
@tomchristie
Copy link
Member Author

Fab - thanks so much @rpkilby, @carltongibson!

@spearki spearki mentioned this pull request Oct 24, 2016
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants