summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorChristoph Heer <Christoph.Heer@gmail.com>2014-07-26 13:21:52 +0200
committerTim Graham <timograham@gmail.com>2014-07-30 14:14:03 -0400
commitd47409831fbd44739d261c32c53a094748028e4f (patch)
tree84f025048c363cfc714399c87f7b9bd2f916e5e8 /docs/ref/models
parent66630f589cd641efe91f111919ad5059b8a01a88 (diff)
Fixed #23067 -- Updated docs to use django-admin
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 9c585053a9..490be14464 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -183,7 +183,7 @@ scenes.
.. attribute:: Field.db_index
-If ``True``, :djadmin:`django-admin.py sqlindexes <sqlindexes>` will output a
+If ``True``, :djadmin:`django-admin sqlindexes <sqlindexes>` will output a
``CREATE INDEX`` statement for this field.
``db_tablespace``