derek-schaefer / django-json-field

Generic JSON model and form fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go to build-in Python json instead of simplejson

antonkulaga opened this issue · comments

I'm having troubles with django beta's because you use simplejson that is already deprecated and deleted in dev's versions of django. Please, switch to Python json.

Thanks for bringing this to my attention, I haven't been keeping up to speed with dev. I'll find a solution ASAP.

I've sent a pull request to fix this.

Merged. Thanks!