derek-schaefer / django-json-field

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

test_decimal fails on django1.5 #23

Closed matklad closed 11 years ago

matklad commented 11 years ago

Looks like the problem was introduced with https://github.com/derek-schaefer/django-json-field/commit/b04eded955628dbd6938a0f6fc11d49a8e84ef4e, lines 70-80 of tests.py.

In https://github.com/derek-schaefer/django-json-field/commit/7ca9df4e765813f2a9a74352273fb0bfb6ca6916 everything was fine for django 1.5, but django 1.4 failed.

derek-schaefer commented 11 years ago

Ah, right. I've know about this one for while but haven't yet gotten around to fixing it. Should be able to soon.

derek-schaefer commented 11 years ago

Resolved.