This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
fe2d288434
django
/
tests
/
file_uploads
History
Tim Graham
500532c95d
Refs
#23919
-- Removed default 'utf-8' argument for str.encode()/decode().
2017-02-09 09:03:47 -05:00
..
__init__.py
…
models.py
…
tests.py
Used JsonResponse and response.json in file_uploads tests.
2017-02-08 08:42:28 -05:00
uploadhandler.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
urls.py
…
views.py
Refs
#23919
-- Removed default 'utf-8' argument for str.encode()/decode().
2017-02-09 09:03:47 -05:00