1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

[1.6.x] Fixed versionadded misuse in the admin documentation.

Backport of c82e850eed2eb3957ed792908b73622ebd3034a7 from master.
This commit is contained in:
Baptiste Mispelon 2013-11-09 15:08:57 +01:00
parent 82e756da83
commit 86e72f5ba9

View File

@ -813,7 +813,7 @@ subclass::
the list of objects on the admin change list page. This can save you a
bunch of database queries.
.. versionchanged:: dev
.. versionchanged:: 1.6
The value should be either a boolean, a list or a tuple. Default is
``False``.