derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

Doesn't support Django 1.3 #25

Closed sealgair closed 11 years ago

sealgair commented 11 years ago

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

derek-schaefer commented 11 years ago

Thanks for pointing this out. Will fix ASAP.

derek-schaefer commented 11 years ago

Django >= 1.2.7 should now work again.