From 7e85ee8cd277d004a3b43e15a031fa6d9dc010c8 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 24 Feb 2013 21:09:45 +0100 Subject: [PATCH] Added missing versionadded for sqldropindexes command docs --- docs/ref/django-admin.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b8b81e42cd4..c2034a8c400 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -868,6 +868,8 @@ sqldropindexes .. django-admin:: sqldropindexes +.. versionadded:: 1.6 + Prints the DROP INDEX SQL statements for the given app name(s). The :djadminopt:`--database` option can be used to specify the database for