mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Capitalized Unicode in docs, strings, and comments.
This commit is contained in:
parent
3152146e3a
commit
505fec6bad
33 changed files with 41 additions and 41 deletions
|
@ -54,7 +54,7 @@ def file_upload_view_verify(request):
|
|||
|
||||
|
||||
def file_upload_unicode_name(request):
|
||||
# Check to see if unicode name came through properly.
|
||||
# Check to see if Unicode name came through properly.
|
||||
if not request.FILES['file_unicode'].name.endswith(UNICODE_FILENAME):
|
||||
return HttpResponseServerError()
|
||||
# Check to make sure the exotic characters are preserved even
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue