mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Confirm support for Django 4.1
Replaces deprecated `django.utils.timezone.utc` with `datetime.timezone.utc` (available since Python 3.2).
This commit is contained in:
@@ -36,6 +36,8 @@ Features
|
||||
* Support customizing the requests.Session for requests-based backends,
|
||||
and document how this can be used to mount an adapter that simplifies
|
||||
automatic retry logic. (Thanks to `@dgilmanAIDENTIFIED`_.)
|
||||
* Confirm support for Django 4.1 and resolve deprecation warning regarding
|
||||
``django.utils.timezone.utc``.
|
||||
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
Reference in New Issue
Block a user