Commit 01ad5085 authored by Tim Graham's avatar Tim Graham
Browse files

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

Thanks Panagiotis Issaris for the report.

Backport of fb51c9a0 from master
parent 276e0538
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``
---------------
+1 −1
Original line number Diff line number Diff line
@@ -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
~~~~~~~