Commit 76b8e42a by Őry Máté

acl: fix tests

parent a7052e50
......@@ -16,7 +16,7 @@ class TestModel(AclBase):
class Test2Model(AclBase):
normal2_field = TextField()
owner = ForeignKey(User)
owner = ForeignKey(User, null=True)
ACL_LEVELS = (
('one', 'One'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment