Commit 2c0ec042 authored by Simon Charette's avatar Simon Charette
Browse files

Fixed a typo in the 1.8 release notes.

parent eb2af16c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``.