Fixed #31524 -- Removed minified static assets from the admin.

This commit is contained in:
Jon Dufresne 2020-04-25 14:26:43 -07:00 committed by Carlton Gibson
parent 6c19c2ca51
commit 81ffedaacc
12 changed files with 15 additions and 122 deletions

View file

@ -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