diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-08-29 10:58:58 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-08-29 10:58:58 -0400 |
| commit | 2c0ec04225cb286a9bbd36b75a9b02fa0aca613b (patch) | |
| tree | a3c920af2d85e7874b8586c18c28c22e09beb4e2 | |
| parent | eb2af16c59c3014541e2ad8ca63e510bc076dd8b (diff) | |
Fixed a typo in the 1.8 release notes.
| -rw-r--r-- | docs/releases/1.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 2fac733648..42728b2a7c 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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``. |
