django / django-docker-box

Run the Django test suite across all supported databases and python versions
116 stars 37 forks source link

Added explicit USE_TZ setting. #28

Closed hannseman closed 2 years ago

hannseman commented 3 years ago

The test suite currently crashes due to the warning:

django.utils.deprecation.RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.

I guess it's best to not run the test suite under USE_TZ = True and just keep the old behaviour.

felixxm commented 2 years ago

@hannseman Thanks :+1: