Fixed spelling mistakes in docs.

This commit is contained in:
Tim Graham 2014-02-28 21:03:46 -05:00
parent 8137215973
commit 1f5f015c32
20 changed files with 27 additions and 28 deletions

View file

@ -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

View file

@ -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::