From c73f2bd65c8a94b9d52b6684e0d7fb0055401daa Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 26 Aug 2012 00:24:32 -0300 Subject: [PATCH] Fixed typo in model fields reference docs. --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 29cde19c78..275c696230 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -173,7 +173,7 @@ scenes. .. attribute:: Field.db_index -If ``True``, djadmin:`django-admin.py sqlindexes ` will output a +If ``True``, :djadmin:`django-admin.py sqlindexes ` will output a ``CREATE INDEX`` statement for this field. ``db_tablespace``