diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index e0aa87ae70..27febc81a7 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -285,12 +285,8 @@ Features deprecated in 5.2 Miscellaneous ------------- -* ... - -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. -* The ``all`` argument for the ``django.contrib.staticfiles.finders.find()`` - function is deprecated in favor of the ``find_all`` argument.