Changes between Version 1 and Version 2 of IntegrityError
- Timestamp:
- Jun 19, 2009, 6:03:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IntegrityError
v1 v2 1 1 Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc. 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.)