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
/
requests
Age
Commit message (
Expand
)
Author
2015-01-19
[1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Tim Graham
2014-07-05
[1.7.x] Updated tests per previous commit.
Tim Graham
2014-03-09
Corrected a few missed references to old test settings
Shai Berger
2014-02-02
Make mysql's CursorWrapper a contextmanager.
Michael Manfre
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-16
Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e52...
Baptiste Mispelon
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-24
Fixed #20338 -- Stripped ending dot during host validation
Claude Paroz
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
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-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-08
Fixed #16822 -- Added RawPostDataException
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-07-31
Fixed #19987 -- Disabled host validation when DEBUG=True.
Will Hardy
2013-07-13
Isolated host validation tests in own test case
Claude Paroz
2013-07-09
Fixed #20724 -- Test failure on SQLite.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-01
Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostError
Claude Paroz
2013-05-18
Made test introduced in 566e284c pass on Python 3.
Aymeric Augustin
2013-05-18
Added test for multipart, non form-data POST.
Senko Rasic
2013-04-03
Fixed #20038 -- Better error message for host validation.
Baptiste Mispelon
2013-04-01
Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...
Julien Phalip
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-02-28
Fixed tests broken in 2ee21d9.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner