diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 934929637f..1b2c1fee34 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -673,11 +673,6 @@ Miscellaneous * The undocumented ``django.contrib.postgres.fields.jsonb.JsonAdapter`` class is removed. -* Minified JavaScript files are no longer included with the admin. If you - require these files to be minified, consider using a third party app or - external build tool. The minified vendored JavaScript files packaged with the - admin (e.g. :ref:`jquery.min.js `) are still included. - .. _deprecated-features-3.1: Features deprecated in 3.1 diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 9b485b9e28..18b1df2836 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -241,6 +241,11 @@ Miscellaneous * The undocumented ``SpatiaLiteOperations.proj4_version()`` method is renamed to ``proj_version()``. +* Minified JavaScript files are no longer included with the admin. If you + require these files to be minified, consider using a third party app or + external build tool. The minified vendored JavaScript files packaged with the + admin (e.g. :ref:`jquery.min.js `) are still included. + .. _deprecated-features-3.2: Features deprecated in 3.2