Django

Code

Ticket #6944: mini_typo.diff

File mini_typo.diff, 0.7 kB (added by julien, 9 months ago)
  • E:/Software/workspace/django/docs/model-api.txt

    old new  
    681681If ``True``, this field must be unique throughout the table. 
    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 
    687687``unique_for_date``