barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Replace outdated simplejson with native json library #243

Closed nerrixde closed 4 years ago

nerrixde commented 4 years ago
barseghyanartur commented 4 years ago

@nerrixDE:

This breaks serialization of the Decimal field, though:

TypeError: Object of type 'Decimal' is not JSON serializable

Do you have a fix for that? If so, could you submit another PR?

nerrixde commented 4 years ago

@nerrixDE:

This breaks serialization of the Decimal field, though:

TypeError: Object of type 'Decimal' is not JSON serializable

Do you have a fix for that? If so, could you submit another PR?

on it