Why Django version required has changed to be <3.0? #185
marcosalcazar
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Hello! Was not intentional. 👍🏻 May be an artifact of switching to Poetry for the release manager. I'll take a look. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I've noticed with v2.0.7 the Django version supported has changed from "^=2.2" to 'Django>=2.2,<3.0'. We've been using this package with Django 3.0 just fine. What's the reason behind this decision? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions