Generated: 2019-04-25
Improvements
- Set `ON DELETE CASCADE` property where it makes sense to do so. Then (for
example) when a 'User' is deleted, the delete will automatically cascade to
everything belonging to the user. Cascade property is set at DB level as
opposed to ORM level. The other half of this logical change will happen in
the Fence repo. (48)
- Style changes in userdatamodel/user.py (51)