derek-schaefer / django-json-field

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

go to build-in Python json instead of simplejson #27

Closed antonkulaga closed 11 years ago

antonkulaga commented 11 years ago

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.

derek-schaefer commented 11 years ago

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

millar commented 11 years ago

I've sent a pull request to fix this.

derek-schaefer commented 11 years ago

Merged. Thanks!