From 81ffedaacc0d907b9feb73783edefdffd0ced606 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 25 Apr 2020 14:26:43 -0700 Subject: Fixed #31524 -- Removed minified static assets from the admin. --- docs/releases/3.1.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/releases') diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 1b2c1fee34..934929637f 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -673,6 +673,11 @@ 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 -- cgit v1.3