diff --git a/README.md b/README.md index 24bfccc..490f919 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Modify your settings.py ] - TABBED_ADMIN_USE_JQUERY_UI = True + TABBED_ADMIN_USE_JQUERY_UI = False # Incompatible with 1.11. DR27\_CONFIG ============ @@ -59,6 +59,11 @@ Versions - 0.22 (HAM McLaren 2008/BUT Brawn 2009) - 0.27-VIL (Gilles Villeneuve 27) +0.24.1 +====== +- Driver/Team profile +- Improve record/streak views + 0.24 ==== - Reformat Seat: Contender/Team => Driver/Team. Contender disappears. Seasons are based on seat periods. @@ -139,8 +144,7 @@ models - Season - Race - Result -- Contender (Driver/Competition relation) -- Seat (Contender/Team relation) +- Seat (Driver/Team relation) - fixtures folder contains fixture of each model to demo project. Demo (virtualenv recommended) diff --git a/README.rst b/README.rst index d6c2473..cb59f6a 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Modify your settings.py ] - TABBED_ADMIN_USE_JQUERY_UI = True + TABBED_ADMIN_USE_JQUERY_UI = False # Incompatible with 1.11. DR27_CONFIG =========== @@ -56,6 +56,11 @@ Versions - 0.22 (HAM McLaren 2008/BUT Brawn 2009) - 0.27-VIL (Gilles Villeneuve 27) +0.24.1 +====== +- Driver/Team profile +- Improve record/streak views + 0.24 ==== - Reformat Seat: Contender/Team => Driver/Team. Contender disappears. Seasons are based on seat periods. @@ -130,8 +135,7 @@ models - Season - Race - Result -- Contender (Driver/Competition relation) -- Seat (Contender/Team relation) +- Seat (Driver/Team relation) - fixtures folder contains fixture of each model to demo project. Demo (virtualenv recommended)