mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
[1.11.x] Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis.
Backport of 19a23fe562b4b2d051612d2850834c60177c4063 from master
This commit is contained in:
parent
5ac322dd1f
commit
e217e15ca1
@ -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`
|
||||
---------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user