aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-17 17:40:13 +0200
committerMichał Górny <mgorny@gentoo.org>2013-09-17 17:40:13 +0200
commit8ad28687fa35be3e3a493d84253a27f6c858bc57 (patch)
treed9a90ea0aaa40b08da3dc2714cc8a0982b7dcdb8 /okupy/accounts/models.py
parentMerge pull request #94 from mgorny/tests-fix (diff)
downloadidentity.gentoo.org-8ad28687fa35be3e3a493d84253a27f6c858bc57.tar.gz
identity.gentoo.org-8ad28687fa35be3e3a493d84253a27f6c858bc57.tar.bz2
identity.gentoo.org-8ad28687fa35be3e3a493d84253a27f6c858bc57.zip
Import ACLField from our forked django-ldapdb.
We will work on getting a more generic field upstream. For now, let's just keep it local.
Diffstat (limited to 'okupy/accounts/models.py')
-rw-r--r--okupy/accounts/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/okupy/accounts/models.py b/okupy/accounts/models.py
index 277f470..4da7ee4 100644
--- a/okupy/accounts/models.py
+++ b/okupy/accounts/models.py
@@ -3,9 +3,10 @@
from django.conf import settings
from django.db import models
from ldapdb.models.fields import (CharField, IntegerField, ListField,
- FloatField, ACLField, DateField)
+ FloatField, DateField)
import ldapdb.models
+from okupy.common.fields import ACLField
from okupy.crypto.models import EncryptedPKModel