diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-26 09:45:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-26 09:46:03 -0400 |
| commit | e217e15ca136616d69f4be2f2cc5fe852560775f (patch) | |
| tree | b056e4b4ad064eb0b5344c6557d16e6389dd9f7c /docs | |
| parent | 5ac322dd1fc96d3b0ec339dcdddf879ae4e4eb01 (diff) | |
[1.11.x] Fixed #28074 -- Doc'd template-based widget rendering changes for contrib.gis.
Backport of 19a23fe562b4b2d051612d2850834c60177c4063 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 023b55240e..94998d5095 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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` --------------------------------- |
