summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-24 11:42:56 -0400
committerTim Graham <timograham@gmail.com>2014-03-24 11:42:56 -0400
commit51c8045145b29fed604f716d4d17958aa803b5ea (patch)
tree3d3c1711832684134bf5bda967acdb4bf5cd09c0 /docs/howto
parentec08d62a20f55cfdfb9fbd21d8bc5627c54337c7 (diff)
Removed versionadded/changed annotations for 1.6.
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/custom-management-commands.txt4
-rw-r--r--docs/howto/legacy-databases.txt5
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
==============================