Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc.

from django.db import IntegrityError
Last modified 14 years ago Last modified on 07/29/09 18:39:53
Back to Top