From 7e8a918b0dfb16b7e1d0ed46fd2dc8451c2f34ef Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Tue, 10 Feb 2015 22:50:11 +0100 Subject: [PATCH] cleanup --- README.rst | 7 ++++--- examples/simple/settings_bootstrap3_theme_django18.py | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 46cfb3b5..4f896e39 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,10 @@ Prerequisites - Python >= 2.6.8, >= 2.7, >= 3.3 Note, that Django 1.8 is not yet proclaimed to be flawlessly supported. The -core and contrib packages (with no dependencies) have been tested against -the latest development release of Django 1.8. All tests have successfully -passed, although it's yet too early to claim that Django 1.8 is supported. +core and contrib packages (with no additional dependencies) have been tested +against the latest development release of Django 1.8. All tests have +successfully passed, although it's yet too early to claim that Django 1.8 is +supported. Key concepts =============================================== diff --git a/examples/simple/settings_bootstrap3_theme_django18.py b/examples/simple/settings_bootstrap3_theme_django18.py index 84dcdd50..8e580cae 100644 --- a/examples/simple/settings_bootstrap3_theme_django18.py +++ b/examples/simple/settings_bootstrap3_theme_django18.py @@ -17,5 +17,3 @@ try: if 'admin_tools.dashboard' in INSTALLED_APPS else None except Exception as e: pass - -SOUTH_DATABASE_ADAPTER = ''