Projet

Général

Profil

0006-django-1.6-LDAPUser-application-cannot-be-deduced-wi.patch

Benjamin Dauvergne, 12 août 2014 14:40

Télécharger (783 octets)

Voir les différences:

Subject: [PATCH 6/6] [django-1.6] LDAPUser application cannot be deduced
 without a Meta.app_label

 authentic2/backends/ldap_backend.py |    1 +
 1 file changed, 1 insertion(+)
authentic2/backends/ldap_backend.py
159 159

  
160 160
    class Meta:
161 161
        proxy = True
162
        app_label = 'authentic2'
162 163

  
163 164
    def ldap_init(self, block, dn, password, transient=False):
164 165
        self.block = block
165
-