mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #379] prepare for Django 2.2 (LTS) #286
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Oct 14, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/379
2.2 LTS is expected for April 2019 (2.x requires python 3.x).
1.11 LTS will be EOL April 2020 (== end of support for python 2.7).
We could already prepare / test for 2.x, but maybe wait with actually deploying it until 2.2.1.
If we can easily support Django 1.11 and Django 2.x, we should do so, at least until 2020.
Requiring Python 3 and Django 2.x should be done in a new nsupdate.info major release.
@jhass commented on GitHub (Nov 19, 2018):
Django 1.11 is incompatible with Python 3.7 as per
github.com/django/django@931c60c521Maybe it's time to update rather than waiting for the LTS :)
@ThomasWaldmann commented on GitHub (Nov 19, 2018):
@jhass we are already running the py37 tests on travis-ci with django 2.x.
if you want to help, run a production version of nsupdate.info with py37 / dj2x and report any issues you find.
@ThomasWaldmann commented on GitHub (Apr 3, 2019):
Django 2.2 is released now and we run the unit tests also on django 2.2.