[1.6.x] Fixed spelling; refs #16895.

Thanks Panagiotis Issaris for the report.

Backport of fb51c9a0f2 from master
This commit is contained in:
Tim Graham 2013-09-09 11:30:31 -04:00
parent 276e053803
commit 01ad508514
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ Django quotes column and table names behind the scenes.
Ordering is not a free operation. Each field you add to the ordering
incurs a cost to your database. Each foreign key you add will
impliclty include all of its default orderings as well.
implicitly include all of its default orderings as well.
``permissions``
---------------

View File

@ -340,7 +340,7 @@ You can tell if a query is ordered or not by checking the
Ordering is not a free operation. Each field you add to the ordering
incurs a cost to your database. Each foreign key you add will
impliclty include all of its default orderings as well.
implicitly include all of its default orderings as well.
reverse
~~~~~~~