RudolfCardinal / pythonlib

Miscellaneous Python support functions
Apache License 2.0
11 stars 5 forks source link

Fixes for Django 4.2 #20

Closed martinburchell closed 2 months ago

martinburchell commented 2 months ago

Replace instances of ugettext_lazy(), which was removed in Django 4.0. The CRATE tests won't start without this fix. Replace deprecated django.utils.timezone.utc in IsoDateTimeTzField. This is the only fix made by https://github.com/adamchainz/django-upgrade/.

I accidentally pushed https://github.com/RudolfCardinal/pythonlib/pull/20/commits/db0fa4e2945a19d2f2e6a2ed097985f04e67b417 to master. It's harmless.