mirror of
https://github.com/django/django.git
synced 2025-07-24 21:54:14 +00:00
Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get_cache_name().
This commit is contained in:
parent
47f18a7226
commit
39abd56a7f
3 changed files with 7 additions and 1 deletions
|
@ -27,3 +27,7 @@ Bugfixes
|
|||
* Adjusted the deprecation warning ``stacklevel`` when using ``OS_OPEN_FLAGS``
|
||||
in :class:`~django.core.files.storage.FileSystemStorage` to correctly point
|
||||
to the offending call site (:ticket:`35326`).
|
||||
|
||||
* Adjusted the deprecation warning ``stacklevel`` in
|
||||
``FieldCacheMixin.get_cache_name()`` to correctly point to the offending call
|
||||
site (:ticket:`35405`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue