mirror of
https://github.com/Hopiu/django.git
synced 2026-04-02 22:30:25 +00:00
Fixed typo in model fields reference docs.
This commit is contained in:
parent
28ea4d4b07
commit
c73f2bd65c
1 changed files with 1 additions and 1 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in a new issue