Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for datetime objects in attributes and extras #2788

Closed
szoupanos opened this issue Apr 22, 2019 · 0 comments · Fixed by #3090
Closed

Remove support for datetime objects in attributes and extras #2788

szoupanos opened this issue Apr 22, 2019 · 0 comments · Fixed by #3090
Assignees
Milestone

Comments

@szoupanos
Copy link
Contributor

Currently when the attributes and extras are stored, there is a datetime_to_isoformat conversion and the opposite action (isoformat_to_datetime) is performed when a JSON field is read.

If we remove datetime serialization (issue #864) the implementation of Django JSONB should be changed and adapted as the SQLA JSONB.

We should see in both issues what we do with DbSetting that also contains dates and is stored in JSONB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant