summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2022-07-30 23:52:17 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-01 20:29:49 +0200
commit44c24bf02835323d5418512ebe8e76166739ebf8 (patch)
tree013df00075a0de632c470652e2c089f0b18a0428 /docs
parent2aa6fb2121fb6dee1b65e90c85660d6bfab66334 (diff)
Refs #25706 -- Removed inline CSS in the openlayers widget template.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.txt4
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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~