summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-11-09 15:08:57 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-11-09 15:10:14 +0100
commit86e72f5ba9f8751e81cfd2370df44d09648b9560 (patch)
tree7d29c78b8d5c1fe76527ff1f12997a2625d75bbe /docs/ref
parent82e756da83085b2fc5710b11d6d2718cda85a546 (diff)
[1.6.x] Fixed versionadded misuse in the admin documentation.
Backport of c82e850eed2eb3957ed792908b73622ebd3034a7 from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 662dd1eda6..f2d3824140 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -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``.