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

@ -31,6 +31,8 @@ details on these changes.
* ``django.contrib.gis.db.models.functions.ForceRHR`` will be removed.
* ``django.utils.http.cookie_date()`` will be removed.
See the :ref:`Django 2.1 release notes <deprecated-features-2.1>` for more
details on these changes.