Refactor
Compare changes
Files
2- robinwilliam.hundt authored
Added has_perm() and has_module_perm() to UserAccount model. Both return is_superuser . This allows superusers to access AdminPanel. AdminPanel now displays usernames in User ListView.
+ 1
− 1
@@ -58,7 +58,7 @@ class UserAdmin(BaseUserAdmin):