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
/
regressiontests
/
special_headers
Age
Commit message (
Expand
)
Author
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-04-26
Fixed a failing test in special_headers, and performed a bit of cleanup.
Alex Gaynor
2011-04-02
Modified some regression tests to make them independent of the default root u...
Russell Keith-Magee
2011-04-02
Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs...
Russell Keith-Magee
2010-10-18
Fixed #13842 -- Added tests to verify that XViewMiddleware works with class-b...
Russell Keith-Magee
2010-01-10
Added some missing __init__.py files to two tests
Adrian Holovaty
2010-01-10
Added tests that I neglected to check in for #8049 in [12159]
Adrian Holovaty