derek-schaefer / django-json-field

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

Fix install with Django 1.5 #15

Closed chronossc closed 11 years ago

chronossc commented 11 years ago

In Django 1.5 when you import JSONField in init it raises ImproperlyConfigured instead ImportError, this pull request fix it.

derek-schaefer commented 11 years ago

Great, thank you. I hadn't yet tested with 1.5.