-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 006b884
Added Py3.{5,6} & Django 1.11. Removed Py2.6 & Django <1.8 (#9)
* Quick fix for the DJANGO_VERSION error when using Python >= 3.6 (version calculation caching removed because it is not a performance penalty, urls are lazy and are calculated only once per an app start).
* Added Py3.{5,6} & Django 1.11. Removed Py2.6 & Django <1.8
The latest Django LTS is 1.11. Its ok to support up to the "LTS -1" (1.8) only.
The next Django LTS is 2.0, and will be Py3k only, so lets start testing with Py3k!
* Mark as Py3k compat on setup.py1 parent 063ca0a commit 006b884
3 files changed
+14
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | - | ||
5 | 4 | | |
5 | + | ||
6 | + | ||
6 | 7 | | |
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
14 | 12 | | |
15 | - | ||
13 | + | ||
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
19 | + | ||
20 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | - | ||
76 | + | ||
77 | 77 | | |
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
78 | + | ||
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | + | ||
37 | + | ||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | - | ||
45 | + | ||
0 commit comments