mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.
This commit is contained in:
@@ -695,8 +695,8 @@ Miscellaneous
|
||||
:meth:`.RemoteUserBackend.configure_user`. Support for ``RemoteUserBackend``
|
||||
subclasses that do not accept this argument is deprecated.
|
||||
|
||||
* The :data:`django.utils.timezone.utc` alias to :attr:`datetime.timezone.utc`
|
||||
is deprecated. Use :attr:`datetime.timezone.utc` directly.
|
||||
* The ``django.utils.timezone.utc`` alias to :attr:`datetime.timezone.utc` is
|
||||
deprecated. Use :attr:`datetime.timezone.utc` directly.
|
||||
|
||||
* Passing a response object and a form/formset name to
|
||||
``SimpleTestCase.assertFormError()`` and ``assertFormsetError()`` is
|
||||
|
||||
Reference in New Issue
Block a user