-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Make Django 3.2 (LTS) lowest supported version #556
Comments
@AdamDonna - Thanks for suggesting this! If I find the bandwidth I would also help with this! |
testiing with django==4.2 on my Windows machine worked fine with the following warning, which the code comments suggest to be a known issue:
|
@dancergraham - That's great to hear! Feel free to open a PR to fix that DeprecationWarning. |
Hah ! a lot more deprecation warnings with 5.0rc1...
|
@dancergraham - Feel free to start a PR trying to update to django 4.2 and 5.2 |
Django 3.2 is the lowest current version supported by Django https://endoflife.date/django
We should drop support up to 3.2 and add support for 4.2
The text was updated successfully, but these errors were encountered: