Changes between Version 6 and Version 7 of Ticket #29087


Ignore:
Timestamp:
Aug 30, 2019, 3:04:41 PM (5 years ago)
Author:
frnhr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29087 – Description

    v6 v7  
    4949Building 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.
    5050
    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)]]
Back to Top