Results 10 comments of Derek Schaefer
trafficstars

Yes, now that Django 1.7 is due to be released soon. I haven't had as much cause to use Django lately so development has fallen behind a bit.

Regrettably, not yet. A pull request would be great. Otherwise, I'll try to find a fix for this (and hopefully other standing issues) before the release of 1.7.

I've pushed a simple fix for this issue. If anyone has ideas for a more fundamental improvement here please let me know. I'll keep this issue open for a while...

That might work. I'll need to read the source for that class to be sure.

Yup all of that is true, it's not a perfect solution. I think adding an option/toggle is probably the best way to appease all parties.

It is, however this will get you most of the way there: ``` python from json_field import JSONField from json_field.fields import JSONDecoder class Test(models.Model): json = JSONField(decoder_kwargs={'cls':JSONDecoder, 'parse_float':float}) ```

@qrilka Unfortunately yes I'd say this project can be considered abandoned. I created it to fulfill a personal use case however I haven't used Django or Python for web development...

Thanks for the link! Might be helpful.

Thanks for reporting this. I'll look into it.