Ticket #4944: 4944.diff
File 4944.diff, 489 bytes (added by , 17 years ago) |
---|
-
docs/model-api.txt
663 663 If ``True``, this field must be unique throughout the table. 664 664 665 665 This is enforced at the database level and at the Django admin-form level. 666 If you try to add a second instance with the same field value, an 667 IntegrityError will be raised by ``save()``. 666 668 667 669 ``unique_for_date`` 668 670 ~~~~~~~~~~~~~~~~~~~