Open goodtune opened 1 year ago
This appearing in the test suite is super annoying.
RuntimeWarning: DateTimeField Match.datetime received a naive datetime (2021-09-10 03:53:04.460526) while time zone support is active.
Getting rid of it will be a nice win for my sanity.
We have tried to support USE_TZ but it isn't worth it. We always deploy with it set to True, so just do away with the extra burden of maintaining this.