summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt2
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``.