diff options
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-management-commands.txt | 4 | ||||
| -rw-r--r-- | docs/howto/legacy-databases.txt | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index 42dd4bfc06..bbbd31af6c 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -269,10 +269,6 @@ All attributes can be set in your derived class and can be used in because attempting to set the locale needs access to settings. This condition will generate a :class:`CommandError`. -.. versionadded:: 1.6 - - The ``leave_locale_alone`` option was added in Django 1.6. - Methods ------- diff --git a/docs/howto/legacy-databases.txt b/docs/howto/legacy-databases.txt index a3a0bfc747..285f845f4d 100644 --- a/docs/howto/legacy-databases.txt +++ b/docs/howto/legacy-databases.txt @@ -74,11 +74,6 @@ with Django you'd need to change the ``managed`` option highlighted above to This serves as an explicit opt-in to give your nascent Django project write access to your precious data on a model by model basis. -.. versionchanged:: 1.6 - - The behavior by which introspected models are created as unmanaged ones is new - in Django 1.6. - Install the core Django tables ============================== |
