1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Update docs/releases/5.2.txt

Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
This commit is contained in:
Wassef Ben Ahmed 2024-08-24 13:30:33 +01:00 committed by GitHub
parent 3ebf1b58fb
commit 5b6d321a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,6 +287,3 @@ Miscellaneous
* The ``all`` argument for the ``django.contrib.staticfiles.finders.find()``
function is deprecated in favor of the ``find_all`` argument.
* Subclasses of :class:`~django.middleware.cache.UpdateCacheMiddleware`
will no longer cause duplication when used with cache decorator.