diff options
Diffstat (limited to 'docs/releases/3.1.txt')
| -rw-r--r-- | docs/releases/3.1.txt | 5 |
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 |
