django · django/IntegrityError
IntegrityError
IntegrityError
Raised when a database integrity constraint is violated through the Django ORM — for example, inserting a duplicate value in a unique column, violating a NOT NULL constraint, or breaking a foreign key reference. Subclass of django.db.DatabaseError.