Merge pull request #1196 from selwin/last-doc-fix

Slightly reworded 'last()' docs
This commit is contained in:
Tim Graham 2013-05-21 17:35:33 -07:00
commit 90a6c3aaf0
1 changed files with 1 additions and 1 deletions

View File

@ -1613,7 +1613,7 @@ last
.. versionadded:: 1.6
Works like :meth:`first()` except the ordering is reversed.
Works like :meth:`first()`, but returns the last object in the queryset.
aggregate
~~~~~~~~~