diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-21 17:35:33 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-21 17:35:33 -0700 |
| commit | 90a6c3aaf084188a370bfcca421a2d735ce3b0b7 (patch) | |
| tree | b1a5d13f49901e07fc4adb9553423aa4fea1093e /docs | |
| parent | dfe6ea3b1f6c7119a552ba6a018f89745e767132 (diff) | |
| parent | 375e275030574dbe4ff52aa2ca36f698d6c9fca8 (diff) | |
Merge pull request #1196 from selwin/last-doc-fix
Slightly reworded 'last()' docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index b9a4037440..53359441ae 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -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 ~~~~~~~~~ |
