You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since default permissions for TestModel is not used in tests or views it would be nice to explicitly remove them so they don't show up in admin panel.
Currently installing health_check.db in INSTALLED_APPS adds 4 default permissions and shows them in admin panel with somehow generic yet ambiguous names:
db | test model | Can view test model db | test model | Can add test model db | test model | Can change test model db | test model | Can delete test model
The text was updated successfully, but these errors were encountered:
Since default permissions for
TestModel
is not used in tests or views it would be nice to explicitly remove them so they don't show up in admin panel.Currently installing
health_check.db
inINSTALLED_APPS
adds 4 default permissions and shows them in admin panel with somehow generic yet ambiguous names:db | test model | Can view test model
db | test model | Can add test model
db | test model | Can change test model
db | test model | Can delete test model
The text was updated successfully, but these errors were encountered: