Hide blank fields in string representation of ConstraintViolation and add edit link for each violation on constraint violation overview
Compare changes
Files
3- Benjamin Hättasch authored
This includes returning the edit url as part of the (internal) API response
+ 5
− 0
@@ -2,6 +2,7 @@ import itertools
@@ -2,6 +2,7 @@ import itertools
@@ -539,6 +540,10 @@ class ConstraintViolation(models.Model):
@@ -539,6 +540,10 @@ class ConstraintViolation(models.Model):