Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.

Thanks Aymeric for design discussion.
This commit is contained in:
Carl Meyer 2014-01-24 20:07:14 -07:00
parent f5f556dba3
commit 29ddae7436
3 changed files with 3 additions and 2 deletions

View file

@ -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."