index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
test
Age
Commit message (
Expand
)
Author
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-10
Fixed #16447 -- Stopped using the setting name as the sender parameter for th...
Jannis Leidel
2011-06-14
Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, me...
Jannis Leidel
2011-06-12
Fixed #7836 -- Modified strategy used by the test client to check for session...
Ramiro Morales
2011-06-12
Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...
Ramiro Morales
2011-06-11
Fixed #16224 -- Fixed override_settings test utility to correctly work with T...
Jannis Leidel
2011-06-11
Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor ...
Ramiro Morales
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-05-29
Fixed #11436 -- Updated bundled copy of doctests.py to the one shipped with P...
Ramiro Morales
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-05-06
Added TestCase.settings context manager to easily override settings in test m...
Jannis Leidel
2011-04-17
Fixes #15814 -- Added a test util to abstract the process of using a test tem...
Chris Beaven
2011-04-02
Advanced deprecations in django.test.
Russell Keith-Magee
2011-04-02
Removed a usage of the depreacted SMTPConnection in test.utils.
Russell Keith-Magee
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-18
Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...
Russell Keith-Magee
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2011-02-21
Fix broken tests due to changes in r15591 by updating the test store_rendered...
Chris Beaven
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2011-01-21
Fixed #14753 -- Fixed the test client to not raise an AssertionError when req...
Ramiro Morales
2011-01-20
Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...
Alex Gaynor
2010-12-22
Fixed #14939: Don't strip ;-parameters from URLs in the test client.
Andrew Godwin
2010-12-09
Fixed a couple of typos and small errors from r14696 and r14822.
Ramiro Morales
2010-12-05
Fixed #14799 -- Provided a full solution for test database creation order pro...
Russell Keith-Magee
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-30
Ensured that the test suite creates the default DB before any others.
Jacob Kaplan-Moss
2010-11-25
Fixed #14415 -- Corrected the process of creating and destroying test databas...
Russell Keith-Magee
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-11-11
Made the deprecation warning for reponse.template more useful by pointing to ...
Luke Plant
2010-11-06
Removed the use of a deprecated unittest method.
Alex Gaynor
2010-10-31
Ensure that assertNumQueries doesn't swallow exceptions inside the function.
Alex Gaynor
2010-10-30
Reordered the shutdown process for tests so that all tests force a connection...
Russell Keith-Magee
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
2010-10-21
Fixed #14520 -- fixed a memory leak when running the test suite.
Alex Gaynor
2010-10-18
Fixed an naming problem with r14258. Thanks to Alex for the report.
Russell Keith-Magee
2010-10-18
Fixed #14487 -- Prevented unittest from leaking into scope via a 'from django...
Russell Keith-Magee
2010-10-17
Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually ...
Russell Keith-Magee
2010-10-12
Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...
Russell Keith-Magee
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-10
Fixed #12226 -- Deprecated test client Response.template attribute in favor o...
Carl Meyer
2010-10-09
Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transac...
Alex Gaynor
2010-10-09
Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche...
Russell Keith-Magee
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-08-27
Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...
Russell Keith-Magee
2010-08-21
Fixed #13140 -- Ensure that request headers are preserved through redirect ch...
Russell Keith-Magee
2010-08-20
Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...
Russell Keith-Magee
2010-08-06
Fixed #11159 -- Added mimetype detection to the test client for file uploads....
Russell Keith-Magee
[next]