Fixed a typo in the 1.8 release notes.

This commit is contained in:
Simon Charette 2014-08-29 10:58:58 -04:00
parent eb2af16c59
commit 2c0ec04225
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ Miscellaneous
opposed to the instance name which you can still customize using
``AdminSite(name="...")``.
* Interal changes were made to the :class:`~django.forms.ClearableFileInput`
* Internal 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``.