[GH-ISSUE #160] support django 1.7 #150

Closed
opened 2026-02-26 09:36:06 +03:00 by kerem · 1 comment
Owner

Originally created by @ThomasWaldmann on GitHub (Sep 3, 2014).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/160

django 1.7 was released, we should support it (but maybe wait for bugfix release 1.7.1).

Changes / Incompatibilities see there: https://docs.djangoproject.com/en/1.7/releases/1.7/

For us, that means:

  • we drop python 2.6 and add python 3.4 support (as django does)
  • we drop support for django 1.6 (as it doesn't support py 3.4)
  • we remove all south migrations, continue with builtin migrations
  • because of migrations, it likely is a good idea for us to have no schema changes between previous release and the release containing the django 1.7 support (and new migrations system).
  • update our docs with all the changes (migrations, requirements, ...)
Originally created by @ThomasWaldmann on GitHub (Sep 3, 2014). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/160 django 1.7 was released, we should support it (but maybe wait for bugfix release 1.7.1). Changes / Incompatibilities see there: https://docs.djangoproject.com/en/1.7/releases/1.7/ For us, that means: - we drop python 2.6 and add python 3.4 support (as django does) - we drop support for django 1.6 (as it doesn't support py 3.4) - we remove all south migrations, continue with builtin migrations - because of migrations, it likely is a good idea for us to have no schema changes between previous release and the release containing the django 1.7 support (and new migrations system). - update our docs with all the changes (migrations, requirements, ...)
kerem 2026-02-26 09:36:07 +03:00
  • closed this issue
  • added the
    task
    label
Author
Owner

@ThomasWaldmann commented on GitHub (Oct 27, 2014):

implemented by 39eb5e992e

<!-- gh-comment-id:60658890 --> @ThomasWaldmann commented on GitHub (Oct 27, 2014): implemented by 39eb5e992e0beb85c9c1643bf4145f99268d561a
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#150
No description provided.