Skip to content

Commit

Permalink
Added missing versionadded 1.6 to docs of earliest()
Browse files Browse the repository at this point in the history
Refs #17813
  • Loading branch information
akaariai committed Jan 20, 2013
1 parent fe54377 commit f96c86b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ref/models/querysets.txt
Expand Up @@ -1492,6 +1492,8 @@ earliest

.. method:: earliest(field_name=None)

.. versionadded:: 1.6

Works otherwise like :meth:`~django.db.models.query.QuerySet.latest` except
the direction is changed.

Expand Down

0 comments on commit f96c86b

Please sign in to comment.