diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 09:33:45 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | bc3f3031d8ae0b689d02a427f33df24a90cf54c1 (patch) | |
| tree | 6cbb62607599f28606736d37459859ebfef650c4 /docs | |
| parent | 85750bd2f8ed7e595aac25c7e5fd7218528a25b1 (diff) | |
Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 6969aed7f4..ac2b984207 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -316,3 +316,5 @@ to remove usage of these features. * The setter for ``django.contrib.gis.gdal.OGRGeometry.coord_dim`` is removed. * The ``check`` keyword argument of ``CheckConstraint`` is removed. + +* The ``get_cache_name()`` method of ``FieldCacheMixin`` is removed. |
