We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac322d commit e217e15Copy full SHA for e217e15
docs/releases/1.11.txt
@@ -464,6 +464,13 @@ Backwards incompatible changes in 1.11
464
465
* Support for GDAL 1.7 and 1.8 is dropped.
466
467
+* The widgets in ``contrib.gis.forms.widgets`` and the admin's
468
+ ``OpenLayersWidget`` use the :doc:`form rendering API </ref/forms/renderers>`
469
+ rather than ``loader.render_to_string()``. If you're using a custom widget
470
+ template, you'll need to be sure your form renderer can locate it. For
471
+ example, you could use the :class:`~django.forms.renderers.TemplatesSetting`
472
+ renderer.
473
+
474
:mod:`django.contrib.staticfiles`
475
---------------------------------
476
0 commit comments