1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #25706 -- Removed inline CSS in the openlayers widget template.

This commit is contained in:
Claude Paroz
2022-07-30 23:52:17 +02:00
committed by Mariusz Felisiak
parent 2aa6fb2121
commit 44c24bf028
6 changed files with 23 additions and 14 deletions

View File

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