mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.
Thanks Aymeric for design discussion.
This commit is contained in:
parent
f5f556dba3
commit
29ddae7436
3 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ class MyAdmin(AppConfig):
|
|||
|
||||
class MyAuth(AppConfig):
|
||||
name = 'django.contrib.auth'
|
||||
label = 'myauth'
|
||||
verbose_name = "All your password are belong to us."
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue