Projet

Général

Profil

0001-missing-attribute_kinds-import-fix-6857.patch

Serghei Mihai, 31 mars 2015 09:39

Télécharger (692 octets)

Voir les différences:

Subject: [PATCH] missing attribute_kinds import fix (#6857)

 src/authentic2/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/models.py
16 16

  
17 17
from model_utils.managers import QueryManager
18 18

  
19

  
19
from . import attribute_kinds
20 20

  
21 21
try:
22 22
    from django.contrib.contenttypes.fields import GenericForeignKey
23
-