summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/custom-management-commands.txt2
-rw-r--r--docs/howto/legacy-databases.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt
index 7a31fc44e3..34e68d3700 100644
--- a/docs/howto/custom-management-commands.txt
+++ b/docs/howto/custom-management-commands.txt
@@ -256,7 +256,7 @@ All attributes can be set in your derived class and can be used in
.. versionadded:: 1.6
-The ``leave_locale_alone`` option was added in Django 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 6846e4b2df..4522ca01c0 100644
--- a/docs/howto/legacy-databases.txt
+++ b/docs/howto/legacy-databases.txt
@@ -75,8 +75,8 @@ 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.
+ The behavior by which introspected models are created as unmanaged ones is new
+ in Django 1.6.
Install the core Django tables
==============================