Version 3 (modified by Deniz Dogan, 15 years ago) ( diff )

--

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
Note: See TracWiki for help on using the wiki.
Back to Top