jet-admin / jet-django

Jet Bridge (Django) for Jet Admin – Admin panel framework for your application

Home Page:https://app.jetadmin.io/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Django-Money or Allow for Custom Serialisers

amitassaraf opened this issue · comments

I am using a field called "django-money" and when trying to use it with jet-admin throws an exception

decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]

This happens because it tries to serialize it as a decimal though it should be serialized as a string