1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00

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

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``