Django

Code

Show
Ignore:
Timestamp:
06/15/08 23:04:24 (7 months ago)
Author:
adrian
Message:

Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julien

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r7546 r7656  
    682682 
    683683This is enforced at the database level and at the Django admin-form level. If 
    684 you try to add save a model with a duplicate value in a ``unique`` field, a 
     684you try to save a model with a duplicate value in a ``unique`` field, a 
    685685``django.db.IntegrityError`` will be raised by the model's ``save()`` method. 
    686686