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 = ''