mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #100] test on / adapt for django 1.6 #97
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#97
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 (Dec 1, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/100
currently we have django < 1.6 in setup.py and requirements.txt also pulls 1.5.5.
this is NOT because there is a known issue with django 1.6, but just because it is not tested.
so, as soon as django 1.6.1 comes out, we should support it.
@ThomasWaldmann commented on GitHub (Dec 7, 2013):
small fix needed for 1.6 committed as
088c53e78b@ThomasWaldmann commented on GitHub (Dec 8, 2013):
a rather quick test on 1.6 worked, same for unittests.
todo: extensive tests on 1.6.1 when it is released.
@ThomasWaldmann commented on GitHub (Dec 14, 2013):
upgraded the nsupdate.info site to django 1.6.1, seems to work.
also travis-ci tells it works (aside from some failures due to executing tests in parallel that are not made for that).
thus closing this.