Fixed typo in model fields reference docs.

This commit is contained in:
Ramiro Morales 2012-08-26 00:24:32 -03:00
parent 28ea4d4b07
commit c73f2bd65c
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ scenes.
.. attribute:: Field.db_index
If ``True``, djadmin:`django-admin.py sqlindexes <sqlindexes>` will output a
If ``True``, :djadmin:`django-admin.py sqlindexes <sqlindexes>` will output a
``CREATE INDEX`` statement for this field.
``db_tablespace``