Changes between Version 6 and Version 7 of Ticket #29087
- Timestamp:
- Aug 30, 2019, 3:04:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29087 – Description
v6 v7 49 49 Building on the models above, here is an example of a validation error that can be unsalvageable for users without the `create` permission for groups. New `Council` model is added, a foreign key from `Person` to `Council` is created and also a constraint with `unique_together = ('council', 'group')` is set. 50 50 51 [[Image(https://i.ibb.co/ 41gpvgS/Screenshot-2019-08-30-at-21-08-13.png)]]51 [[Image(https://i.ibb.co/K2ndRGT/Screenshot-2019-08-30-at-21-08-13.png)]]