1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #21201 -- Improved customization of ClearableFileInput.

This commit is contained in:
Vlastimil Zíma
2013-10-25 09:13:00 +02:00
committed by Tim Graham
parent 045b8d3267
commit e622caaa85
3 changed files with 35 additions and 7 deletions

View File

@@ -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