derek-schaefer / django-json-field

Generic JSON model and form fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't support Django 1.3

sealgair opened this issue · comments

line 6 of fields.py imports django.utils.timezone, which isn't introduced until Django 1.4, whereas setup.py claims to only require 1.2.7

Thanks for pointing this out. Will fix ASAP.

Django >= 1.2.7 should now work again.