django-gsheets
django-gsheets copied to clipboard
TypeError: Object of type 'datetime' is not JSON serializable
Let me lead by saying this is an amazing plugin, thank you for putting in the time to make it functional.
As I set it up, I noticed that only string values seem to be pushing successfully - this is with mixins.SheetPushableMixin
and I tried both a DecimalField and DateTimeField. Is there a plan to make additional field types compatible?
thanks @whob13 !
There are no immediate plans to expand functionality, but happy to take a look at and merge in any PR you'd like to take on to add that functionality.