Changeset 7656 for django/trunk/docs/model-api.txt
- Timestamp:
- 06/15/08 23:04:24 (7 months ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r7546 r7656 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
