summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-08 14:23:01 -0500
committerTim Graham <timograham@gmail.com>2015-02-08 14:23:01 -0500
commit1d85d057c3174a49b78379c6332abb89b754af10 (patch)
treef4708b6861fa2ff35d7cad7e5bfb3e3673a6c7cd /docs/ref
parent208d5c42e7d0f8ceea002542ba4b2eaa5dd6dca7 (diff)
[1.7.x] Fixed spelling mistakes in docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
-rw-r--r--docs/ref/models/instances.txt2
-rw-r--r--docs/ref/settings.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index f75f0e5819..8b3ffe9f00 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -912,7 +912,7 @@ If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
(default in new projects) the :djadmin:`runserver` command will be overridden
with its own :ref:`runserver<staticfiles-runserver>` command.
-If :djadmin:`migrate` was not previousy executed, the table that stores the
+If :djadmin:`migrate` was not previously executed, the table that stores the
history of migrations is created at first run of ``runserver``.
.. django-admin-option:: --noreload
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt
index 60072fdecc..7514e78334 100644
--- a/docs/ref/models/instances.txt
+++ b/docs/ref/models/instances.txt
@@ -608,7 +608,7 @@ URL, you should define ``get_absolute_url()``.
.. warning::
- You should avoid building the URL from un-validated user input, in order to
+ You should avoid building the URL from unvalidated user input, in order to
reduce possibilities of link or redirect poisoning::
def get_absolute_url(self):
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 87760b86e2..171e442ac3 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -715,7 +715,7 @@ SERIALIZE
.. versionadded:: 1.7.1
-Boolean value to control whether or not the default test runnner serializes the
+Boolean value to control whether or not the default test runner serializes the
database into an in-memory JSON string before running tests (used to restore
the database state between tests if you don't have transactions). You can set
this to ``False`` to speed up creation time if you don't have any test classes