2 matches found
python-django: permission bypass
If a ModelAdmin uses saveas=True not the default, the admin provides an option when editing objects to "Save as new". A regression in Django 1.9 prevented that form submission from raising a "Permission Denied" error for users without the "add" permission...
django -- regression in permissions model
Tim Graham reports: User with "change" but not "add" permission can create objects for ModelAdmin’s with saveas=True...