mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed spelling mistakes in docs.
This commit is contained in:
parent
8137215973
commit
1f5f015c32
20 changed files with 27 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue