diff options
| author | Claude Paroz <claude@2xlibre.net> | 2022-07-30 23:52:17 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-01 20:29:49 +0200 |
| commit | 44c24bf02835323d5418512ebe8e76166739ebf8 (patch) | |
| tree | 013df00075a0de632c470652e2c089f0b18a0428 /docs | |
| parent | 2aa6fb2121fb6dee1b65e90c85660d6bfab66334 (diff) | |
Refs #25706 -- Removed inline CSS in the openlayers widget template.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 3a9a99a3c2..452aebdd6b 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -63,6 +63,10 @@ Minor features * The :class:`~django.contrib.gis.geoip2.GeoIP2` class now supports ``.mmdb`` files downloaded from DB-IP. +* The OpenLayers template widget no longer includes inline CSS (which also + removes the former ``map_css`` block) to better comply with a strict Content + Security Policy. + :mod:`django.contrib.messages` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
