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
/
servers
Age
Commit message (
Expand
)
Author
2015-01-13
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-09-09
Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS
Flavio Curella
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
2013-09-22
Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-31
Made django.test.testcases not depend on staticfiles contrib app.
Ramiro Morales
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-10
Expand testing of Test LiveServerTestCase static files serving.
Ramiro Morales
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner