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
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
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-09-10
Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...
homm
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-11
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner