mirror of
https://github.com/django/django.git
synced 2025-10-02 15:01:45 +00:00
Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from blocking access to the app index page.
This commit is contained in:
parent
74a575eb72
commit
2027d6acf7
3 changed files with 20 additions and 14 deletions
|
@ -1019,3 +1019,4 @@ site2.register(Person, save_as_continue=False)
|
|||
|
||||
site7 = admin.AdminSite(name="admin7")
|
||||
site7.register(Article, ArticleAdmin2)
|
||||
site7.register(Section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue