[1.0.X] Fixed #9939 -- Corrected minor error in model fields documentation. Thanks to seemant for the report.
Merge of r9864 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b8797aebf0
commit
d12ee872a1
@ -239,7 +239,7 @@ you try to save a model with a duplicate value in a :attr:`~Field.unique`
|
||||
field, a :exc:`django.db.IntegrityError` will be raised by the model's
|
||||
:meth:`~django.db.models.Model.save` method.
|
||||
|
||||
This options is valid on all field types except :class:`ManyToManyField`.
|
||||
This option is valid on all field types except :class:`ManyToManyField`.
|
||||
|
||||
``unique_for_date``
|
||||
-------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user