-
Notifications
You must be signed in to change notification settings - Fork 771
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
Version 1.0 Release #556
Version 1.0 Release #556
Conversation
I was upgrading my packages in preparation for Django 1.10 and couldn't find a note in the changelog for `django-filter` about it, though there is one for Django 1.9. At first I thought that it wasn't tested on Django 1.10 yet, but looking at `tox.ini` it is, since f2e85cd. Since `0.14.0` was the first release after that commit, I've added a note there that it's the first version with confirmed 1.10 support.
Fixes #489. Adapted from config I use on my own projects, e.g. [Django-MySQL .travis.yml](https://github.com/adamchainz/django-mysql/blob/master/.travis.yml).
Import coreapi directly instead of from DRF
Expose request to filters
Add AllValuesMultipleFilter to filters exports
Add filters import test
Add QuerySetRequestMixin
Simplify .qs property, fix minor correctness issue
Changelog - Add when Django 1.10 support note
Rework form labels
Add empty value choice for `ChoiceFilter`
Added Russian locales
Fix OrderingFilter label translation
…ormat Add `QueryArrayWidget`
…ilter Add `TypedMultipleChoiceFilter`
Rework filter generation
Documentation updates
Update DRF to 3.4/3.5, add warnings build
Fix verbose field name util for lazy text
Include filter fields' help text as coreapi descriptions
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/develop/docs/migration.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw - the migration docs have been moved under the guide
directory.
https://github.com/carltongibson/django-filter/blob/1.0.0/docs/guide/migration.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ta. a776d52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey - could you also push the docs to rtd? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
No description provided.