From c82e850eed2eb3957ed792908b73622ebd3034a7 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 9 Nov 2013 15:08:57 +0100 Subject: [PATCH] Fixed versionadded misuse in the admin documentation. --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 1301437df22..79faaf9e6c4 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -853,7 +853,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``.