Commit 90a6c3aa authored by Tim Graham's avatar Tim Graham
Browse files

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

Slightly reworded 'last()' docs
parents dfe6ea3b 375e2750
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
~~~~~~~~~