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.1.0 #177

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

Conversation

pyup-bot
Copy link
Collaborator

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

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

Changelog

1.1


  • Add Deprecations for 2.0 (792)
  • Improve IsoDateTimeField test clarity (790)
  • Fix form attr references in tests (789)
  • Simplify tox config, drop python 3.3 & django 1.8 (787)
  • Make get_filter_name a classmethod, allowing it to be overriden for each FilterClass (775)
  • Support active timezone (750)
  • Docs Typo: django_filters -> filters in docs (773)
  • Add Polish translations for some messages (771)
  • Remove support for Django 1.9 (EOL) (752)
  • Use required attribute from field when getting schema fields (766)
  • Prevent circular ImportError hiding for rest_framework sub-package (741)
  • Deprecate 'extra' field attrs on Filter (734)
  • Add SuffixedMultiWidget (681)
  • Fix null filtering for *Choice filters (680)
  • Use isort on imports (761)
  • Use urlencode from django.utils.http (760)
  • Remove OrderingFilter.help_text (757)
  • Update DRF test dependency to 3.6 (747)

1.0.4


Quick fix for verbose_field_name issue from 1.0.3 (722)

1.0.3


Improves compatibility with Django REST Framework schema generation.

See the 1.0.3 Milestone__ for full details.

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

1.0.2


Updates for compatibility with Django 1.11 and Django REST Framework 3.6.

Adds CI testing against Python 3.6

See the 1.0.2 Milestone__ for full details.

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

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