Kaydet (Commit) 19a23fe5 authored tarafından Tim Graham's avatar Tim Graham Kaydeden (comit) GitHub

Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis.

üst bce5cc57
......@@ -464,6 +464,13 @@ Backwards incompatible changes in 1.11
* Support for GDAL 1.7 and 1.8 is dropped.
* The widgets in ``contrib.gis.forms.widgets`` and the admin's
``OpenLayersWidget`` use the :doc:`form rendering API </ref/forms/renderers>`
rather than ``loader.render_to_string()``. If you're using a custom widget
template, you'll need to be sure your form renderer can locate it. For
example, you could use the :class:`~django.forms.renderers.TemplatesSetting`
renderer.
:mod:`django.contrib.staticfiles`
---------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment