Added missing versionadded 1.6 to docs of earliest()

Refs #17813
This commit is contained in:
Anssi Kääriäinen 2013-01-20 06:45:00 +02:00
parent fe54377dae
commit f96c86b029
1 changed files with 2 additions and 0 deletions

View File

@ -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.