You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving an entity without explicitly setting a history date gives a warning:
/usr/local/lib/python3.11/site-packages/django/db/models/fields/__init__.py:1595: RuntimeWarning: DateTimeField VersionPerson.history_date received a naive datetime (2024-04-16 10:43:27.944208) while time zone support is active.
Saving an entity without explicitly setting a history date gives a warning:
https://stackoverflow.com/questions/18622007/runtimewarning-datetimefield-received-a-naive-datetime says:
The text was updated successfully, but these errors were encountered: