index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
file_uploads
Age
Commit message (
Expand
)
Author
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-08
Used JsonResponse and response.json in file_uploads tests.
Tim Graham
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2).
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-07
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an em...
John-Mark Bell
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-23
Fixed typos in test comments.
Mingun Pak
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-06
Fixed some unclosed objects in tests
Andriy Sokolovskiy
2015-05-25
Refs #24652 -- Fixed a test failure in file_uploads tests on Windows.
Simon Charette
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-27
Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers
Raul Cumplido
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-07
Avoided a deprecated alias on Python 3 in file_uploads test.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-04
Fixed #23911 -- Added support for buffer file uploads in the test client
Thomas Tanner
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-13
Fixed #23397 -- Stripped whitespace from base64 during chunking
Jason Hobbs
2014-08-14
Fixed #22971 -- Properly parsed RFC 2388 encoded headers
Claude Paroz
2014-06-23
Created import-time test temp dirs in known location
Claude Paroz
2014-06-11
Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-05-26
Fixed a ResourceWarning that wasn't properly fixed by the previous commit.
Loic Bistuer
2014-05-26
Fixed a few ResourceWarning in the test suite. Refs #22680.
Loic Bistuer
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
[next]