Skip to content

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

Closed
wants to merge 12 commits into from

Conversation

levidyrek
Copy link
Contributor

@levidyrek levidyrek commented Oct 2, 2017

Removes compatibility code for Django 1.8 and 1.9. Will close #5458.

@carltongibson
Copy link
Collaborator

@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! 👍

@carltongibson carltongibson added this to the 3.7.0 Release milestone Oct 2, 2017
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.

Looking good so far! Great stuff.

@carltongibson
Copy link
Collaborator

Closing in favour of #5481. @levidyrek Thanks for the input. Great job!

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

Successfully merging this pull request may close these issues.

Remove Django 1.8 and 1.9 compatibility code.
2 participants