diff options
| author | Vlastimil Zíma <vlastimil.zima@nic.cz> | 2013-10-25 09:13:00 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-29 09:40:08 -0400 |
| commit | e622caaa857e74cef4fe7757b6e5b802af814788 (patch) | |
| tree | 6d9bd9afb5a31cfd7489db136bb73bb56d483959 /docs | |
| parent | 045b8d32671f6fc19a4452d6e514d54c37834301 (diff) | |
Fixed #21201 -- Improved customization of ClearableFileInput.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index ea5101ff72..7d9a71c6e5 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -522,6 +522,10 @@ Miscellaneous opposed to the instance name which you can still customize using ``AdminSite(name="...")``. +* Interal changes were made to the :class:`~django.forms.ClearableFileInput` + widget to allow more customization. The undocumented ``url_markup_template`` + attribute was removed in favor of ``template_with_initial``. + .. _deprecated-features-1.8: Features deprecated in 1.8 |
