-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Remove Django 1.6 (and Python 2.6) Support #3429
Conversation
@tomchristie @xordoquy — Guys, if you can spare a moment, can I get a sanity check on ResolveModelWithPatchedDjangoTests please?
This looks like an error to me. Can you advise? Thanks! |
* Corrects presumed logic error in `ResolveModelWithPatchedDjangoTests`
See 6e86a53 — I've corrected the logic, on the assumption it was an error. |
Don't understand - all lines that reference it use |
No. There's an extra Pre-change
Pre-change
|
OK. This is ready to review. Just an aside: |
This looks good to me. Thanks for putting this together @carltongibson! |
@jpadilla No probs — just a bit of yak shaving from #3404. You should merge it whilst @tomchristie isn't looking 😈 |
😨 |
He's right, tho' |
👀 |
Are we going to have this? (Can rebase if so) |
Rebased. Superseeded by #3429. |
Confused. This is #3429 |
Ah, now I see it... |
Django 1.6 is out of extended support — it is no longer receiving even security patches — it should not be used.
We should drop support too:
Todo:
compat.py
Once we get here (and 1.4 is EOL) we could/should adopt a policy of following Django's current "extended support" versions.