diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index 6148f6536384..77e8b165da7f 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -1220,7 +1220,6 @@ values. It will return the first column or value that isn't ``NULL``. We'll start by defining the template to be used for SQL generation and an ``__init__()`` method to set some attributes:: - import copy from django.db.models import Expression diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index c47faec9d586..c36ff20848ea 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -583,9 +583,6 @@ Miscellaneous * The undocumented ``django.core.mail.forbid_multi_line_headers()`` and ``django.core.mail.message.sanitize_address()`` functions are deprecated. -* The ``django.utils.crypto.constant_time_compare()`` function is deprecated - because it is merely an alias of :func:`hmac.compare_digest`. - Features removed in 6.0 =======================