Constraint Violation checking & visualization
Compare changes
Files
2- Benjamin Hättasch authored
Improve constraint violation string representation to prevent endless recursion Create violation check for changed owner of AK (bound to new m2m_changed signal) Add doc comments
+ 55
− 10
@@ -463,7 +463,7 @@ class ConstraintViolation(models.Model):
@@ -471,10 +471,10 @@ class ConstraintViolation(models.Model):
@@ -500,7 +500,6 @@ class ConstraintViolation(models.Model):
@@ -518,9 +517,14 @@ class ConstraintViolation(models.Model):
@@ -536,9 +540,50 @@ class ConstraintViolation(models.Model):