1
0
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:
Tim Graham
2017-12-30 14:19:43 -05:00
parent 0afffae4ec
commit ab7f4c3306
5 changed files with 20 additions and 1 deletions

View File

@@ -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