Changes between Version 2 and Version 3 of IntegrityError
- Timestamp:
- Jul 29, 2009, 1:39:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IntegrityError
v2 v3 1 1 Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc. 2 2 3 (Please add a snippet of code explaining where to find IntegrityError so that developers don't have to search through their file system to find it.) 3 {{{ 4 from django.db import IntegrityError 5 }}}