Bug #9260
Prevent problem of slug collision when slug are autogenerated by django_rbac.models.AbstractBase.save()
Start date:
08 Dec 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
History
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|ff92996c3bb95e0106aec4d0671d1c81f20d8b53.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
rbac: handle slug construction in manager forms (fixes #9260)
Handling validation or initialization in Model.save() or clean() does not allow
to modulate visible fields on forms, so we prefer to do that in forms.