-
-
Notifications
You must be signed in to change notification settings - Fork 7k
WIP: Remove Django 1.8 and 1.9 compatibility code. #5471
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
Conversation
@levidyrek Looks good! So the next step is to search for all the call-sites for each function and then inline the modern alternative. I'd probably do each one as a separate commit for ease of testing and review. (We'll squash at the end.) If you need any input @carltongibson me. Awesome! 👍 |
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.
Looking good so far! Great stuff.
Closing in favour of #5481. @levidyrek Thanks for the input. Great job! |
Removes compatibility code for Django 1.8 and 1.9. Will close #5458.