Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1196 from selwin/last-doc-fix
Slightly reworded 'last()' docs
  • Loading branch information
timgraham committed May 22, 2013
2 parents dfe6ea3 + 375e275 commit 90a6c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/querysets.txt
Expand Up @@ -1613,7 +1613,7 @@ last


.. versionadded:: 1.6 .. 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 aggregate
~~~~~~~~~ ~~~~~~~~~
Expand Down

0 comments on commit 90a6c3a

Please sign in to comment.