Open kako-nawao opened 8 years ago
When running migrations in pgSQL, we get the following warning:
RuntimeWarning: DateTimeField Notification.timestamp received a naive datetime (2016-06-29 12:02:21.284003) while time zone support is active.
Not sure why notifications are created, but in any case we should fix the locale for datetimes.
When running migrations in pgSQL, we get the following warning:
Not sure why notifications are created, but in any case we should fix the locale for datetimes.