Commit 32408b7a authored by gushitong's avatar gushitong

bugfix for ttl

parent 266f0d19
__version__ = '0.1.0'
__version__ = '0.1.1'
__author__ = 'gushitong@gmei.com'
......@@ -28,7 +28,7 @@ class MagicField(models.Field):
self.manager = kwargs.pop('manager')
self.accessor = self.accessor_class(
manager=self.manager,
ttl=self.ttl
)
super(MagicField, self).__init__(*args, **kwargs)
......
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 to comment