mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
Refs #31524 -- Moved release notes for 81ffedaacc
to 3.2.
This commit is contained in:
parent
81ffedaacc
commit
9d211f149a
@ -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 <contrib-admin-jquery>`) are still included.
|
||||
|
||||
.. _deprecated-features-3.1:
|
||||
|
||||
Features deprecated in 3.1
|
||||
|
@ -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 <contrib-admin-jquery>`) are still included.
|
||||
|
||||
.. _deprecated-features-3.2:
|
||||
|
||||
Features deprecated in 3.2
|
||||
|
Loading…
Reference in New Issue
Block a user