Skip to content

Commit 6f330ee

Browse files
committed
v0.24.1
1 parent 00bfc4a commit 6f330ee

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Modify your settings.py
2727
]
2828

2929

30-
TABBED_ADMIN_USE_JQUERY_UI = True
30+
TABBED_ADMIN_USE_JQUERY_UI = False # Incompatible with 1.11.
3131

3232
DR27\_CONFIG
3333
============
@@ -59,6 +59,11 @@ Versions
5959
- 0.22 (HAM McLaren 2008/BUT Brawn 2009)
6060
- 0.27-VIL (Gilles Villeneuve 27)
6161

62+
0.24.1
63+
======
64+
- Driver/Team profile
65+
- Improve record/streak views
66+
6267
0.24
6368
====
6469
- Reformat Seat: Contender/Team => Driver/Team. Contender disappears. Seasons are based on seat periods.
@@ -139,8 +144,7 @@ models
139144
- Season
140145
- Race
141146
- Result
142-
- Contender (Driver/Competition relation)
143-
- Seat (Contender/Team relation)
147+
- Seat (Driver/Team relation)
144148
- fixtures folder contains fixture of each model to demo project.
145149

146150
Demo (virtualenv recommended)

README.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Modify your settings.py
2323
]
2424

2525

26-
TABBED_ADMIN_USE_JQUERY_UI = True
26+
TABBED_ADMIN_USE_JQUERY_UI = False # Incompatible with 1.11.
2727

2828
DR27_CONFIG
2929
===========
@@ -56,6 +56,11 @@ Versions
5656
- 0.22 (HAM McLaren 2008/BUT Brawn 2009)
5757
- 0.27-VIL (Gilles Villeneuve 27)
5858

59+
0.24.1
60+
======
61+
- Driver/Team profile
62+
- Improve record/streak views
63+
5964
0.24
6065
====
6166
- Reformat Seat: Contender/Team => Driver/Team. Contender disappears. Seasons are based on seat periods.
@@ -130,8 +135,7 @@ models
130135
- Season
131136
- Race
132137
- Result
133-
- Contender (Driver/Competition relation)
134-
- Seat (Contender/Team relation)
138+
- Seat (Driver/Team relation)
135139
- fixtures folder contains fixture of each model to demo project.
136140

137141
Demo (virtualenv recommended)

0 commit comments

Comments
 (0)