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:
committed by
Tim Graham
parent
045b8d3267
commit
e622caaa85
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user