Ticket #6944: mini_typo.diff
File mini_typo.diff, 678 bytes (added by , 17 years ago) |
---|
-
E:/Software/workspace/django/docs/model-api.txt
681 681 If ``True``, this field must be unique throughout the table. 682 682 683 683 This is enforced at the database level and at the Django admin-form level. If 684 you try to addsave a model with a duplicate value in a ``unique`` field, a684 you try to save a model with a duplicate value in a ``unique`` field, a 685 685 ``django.db.IntegrityError`` will be raised by the model's ``save()`` method. 686 686 687 687 ``unique_for_date``