From e4dd8b5dde922d967697b2bdd573aa2364da4f1b Mon Sep 17 00:00:00 2001 From: areski Date: Mon, 4 Aug 2014 13:29:59 +0200 Subject: Fixed #23169 - Misc docs fixes. --- docs/topics/http/file-uploads.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/http') diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt index 81d7ba043d..ec45665bea 100644 --- a/docs/topics/http/file-uploads.txt +++ b/docs/topics/http/file-uploads.txt @@ -26,7 +26,7 @@ Consider a simple form containing a :class:`~django.forms.FileField`:: class UploadFileForm(forms.Form): title = forms.CharField(max_length=50) - file = forms.FileField() + file = forms.FileField() A view handling this form will receive the file data in :attr:`request.FILES `, which is a dictionary -- cgit v1.3