mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
This commit is contained in:
@@ -249,6 +249,10 @@ Miscellaneous
|
||||
* The ``ForceRHR`` GIS function is deprecated in favor of the new
|
||||
:class:`~django.contrib.gis.db.models.functions.ForcePolygonCW` function.
|
||||
|
||||
* ``django.utils.http.cookie_date()`` is deprecated in favor of
|
||||
:func:`~django.utils.http.http_date`, which follows the format of the latest
|
||||
RFC.
|
||||
|
||||
.. _removed-features-2.1:
|
||||
|
||||
Features removed in 2.1
|
||||
|
||||
Reference in New Issue
Block a user