Closed amstilp closed 12 months ago
It's possible that the limited_view permission does not exist when someone runs the 0014 migration, since that permission was added later. Wrap the permission updating in a try/except statement to handle permissions that don't exist.
It's possible that the limited_view permission does not exist when someone runs the 0014 migration, since that permission was added later. Wrap the permission updating in a try/except statement to handle permissions that don't exist.