diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-14 17:17:05 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-14 17:17:46 +0200 |
| commit | 9d211f149a8141a3990acae4cdada3875b9339b3 (patch) | |
| tree | 160babb8c9cb6de8a8250408ad54b42559062a81 /docs | |
| parent | 81ffedaacc0d907b9feb73783edefdffd0ced606 (diff) | |
Refs #31524 -- Moved release notes for 81ffedaacc0d907b9feb73783edefdffd0ced606 to 3.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 5 | ||||
| -rw-r--r-- | docs/releases/3.2.txt | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 934929637f..1b2c1fee34 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -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 diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 9b485b9e28..18b1df2836 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -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 |
