-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
Jetadmin correctly recognises SQLite DATE field as date and offers a calendar as means to fill the field. Yet, when I click the add button I get an error message stating that there is some incompatibility between SQLite DATE field and Python datetime object.
I solved a problem by adding the
{'query': 'DATE', 'operator': 'startswith', 'date_type': fields.DateTimeField},
to the data_types list in
jet-bridge/packages/jet_bridge_base/jet_bridge_base/serializers/model_serializer.py
Can you please patch the package?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels