summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-28 21:03:46 -0500
committerTim Graham <timograham@gmail.com>2014-02-28 21:03:46 -0500
commit1f5f015c32550c1424dd7804e8ee4717bcc5b9b7 (patch)
treeb789093482facf62b5e78d793817ca2687286992 /docs/ref/models
parent8137215973c8cf97f58f244021b1a4e75923ade8 (diff)
Fixed spelling mistakes in docs.
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/instances.txt2
-rw-r--r--docs/ref/models/querysets.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt
index 2371fd3c8a..21bcba4636 100644
--- a/docs/ref/models/instances.txt
+++ b/docs/ref/models/instances.txt
@@ -610,7 +610,7 @@ in ``get_absolute_url()`` and have all your other code call that one place.
.. note::
The string you return from ``get_absolute_url()`` **must** contain only
- ASCII characters (required by the URI specfication, :rfc:`2396`) and be
+ ASCII characters (required by the URI specification, :rfc:`2396`) and be
URL-encoded, if necessary.
Code and templates calling ``get_absolute_url()`` should be able to use the
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 339b5e18fe..a160587953 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2045,7 +2045,7 @@ Case-insensitive exact match.
.. versionchanged:: 1.7
- If the value provided for comparision is ``None``, it will be interpreted
+ If the value provided for comparison is ``None``, it will be interpreted
as an SQL ``NULL`` (see :lookup:`isnull` for more details).
Example::