File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Modify your settings.py
27
27
]
28
28
29
29
30
- TABBED_ADMIN_USE_JQUERY_UI = True
30
+ TABBED_ADMIN_USE_JQUERY_UI = False # Incompatible with 1.11.
31
31
32
32
DR27\_ CONFIG
33
33
============
@@ -59,6 +59,11 @@ Versions
59
59
- 0.22 (HAM McLaren 2008/BUT Brawn 2009)
60
60
- 0.27-VIL (Gilles Villeneuve 27)
61
61
62
+ 0.24.1
63
+ ======
64
+ - Driver/Team profile
65
+ - Improve record/streak views
66
+
62
67
0.24
63
68
====
64
69
- Reformat Seat: Contender/Team => Driver/Team. Contender disappears. Seasons are based on seat periods.
@@ -139,8 +144,7 @@ models
139
144
- Season
140
145
- Race
141
146
- Result
142
- - Contender (Driver/Competition relation)
143
- - Seat (Contender/Team relation)
147
+ - Seat (Driver/Team relation)
144
148
- fixtures folder contains fixture of each model to demo project.
145
149
146
150
Demo (virtualenv recommended)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Modify your settings.py
23
23
]
24
24
25
25
26
- TABBED_ADMIN_USE_JQUERY_UI = True
26
+ TABBED_ADMIN_USE_JQUERY_UI = False # Incompatible with 1.11.
27
27
28
28
DR27_CONFIG
29
29
===========
@@ -56,6 +56,11 @@ Versions
56
56
- 0.22 (HAM McLaren 2008/BUT Brawn 2009)
57
57
- 0.27-VIL (Gilles Villeneuve 27)
58
58
59
+ 0.24.1
60
+ ======
61
+ - Driver/Team profile
62
+ - Improve record/streak views
63
+
59
64
0.24
60
65
====
61
66
- Reformat Seat: Contender/Team => Driver/Team. Contender disappears. Seasons are based on seat periods.
@@ -130,8 +135,7 @@ models
130
135
- Season
131
136
- Race
132
137
- Result
133
- - Contender (Driver/Competition relation)
134
- - Seat (Contender/Team relation)
138
+ - Seat (Driver/Team relation)
135
139
- fixtures folder contains fixture of each model to demo project.
136
140
137
141
Demo (virtualenv recommended)
You can’t perform that action at this time.
0 commit comments