summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-04-25 14:26:43 -0700
committerCarlton Gibson <carlton@noumenal.es>2020-05-14 16:07:56 +0200
commit81ffedaacc0d907b9feb73783edefdffd0ced606 (patch)
treeb7e2abdeef195eaab028d5c14fee8b9bff63843a /docs/releases/3.1.txt
parent6c19c2ca51746f30fa35668876416c9178487388 (diff)
Fixed #31524 -- Removed minified static assets from the admin.
Diffstat (limited to 'docs/releases/3.1.txt')
-rw-r--r--docs/releases/3.1.txt5
1 files changed, 5 insertions, 0 deletions
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 <contrib-admin-jquery>`) are still included.
+
.. _deprecated-features-3.1:
Features deprecated in 3.1