summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/releases/5.1.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 4f89481ac7..1a74a2a46b 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -82,6 +82,8 @@ details on these changes.
* The ``OS_OPEN_FLAGS`` attribute of
:class:`~django.core.files.storage.FileSystemStorage` will be removed.
+* The ``get_cache_name()`` method of ``FieldCacheMixin`` will be removed.
+
.. _deprecation-removed-in-5.1:
5.1
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index 388487b322..bb5e4f3fe4 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -474,6 +474,8 @@ Miscellaneous
overwriting files in storage, set the new
:attr:`~django.core.files.storage.FileSystemStorage.allow_overwrite` option
to ``True`` instead.
+* The ``get_cache_name()`` method of ``FieldCacheMixin`` is deprecated in favor
+ of the ``cache_name`` cached property.
Features removed in 5.1
=======================