Drop Python 2 support.#6277
Conversation
|
carltongibson
left a comment
There was a problem hiding this comment.
Hi @auvipy. I think we're good to go given the ticket: we'll drop Py2 for 3.10.
Are you happy to make a good first pass at the code changes with this? (Or we can pull these changes into a bigger PR...?)
Thanks for making the start. It's 💃🏼
|
But we don’t run stable branches. We can’t merge this until we’re sure there won’t be more 3.9.x releases. |
|
Can you pull them into one branch/PR please. (Separate commits for each stage are fine.) |
|
OK I will put all changes in this branch |
…decorator from utils
|
seems like I accidentally removed some working code in generic relations tests |
|
how to fix this? |
|
what is the alternative of from django.utils.six.moves import reload_module? |
|
well, should we move the six import clean up to another PR? or the six compats should be kept for few more versions? |
Fixes #6230