summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2008-02-28gis: Merged revisions 7105-7168 via svnmerge from trunk.Justin Bronn
2008-02-08gis: Merged revisions 7044-7102 via svnmerge from trunk.Justin Bronn
2008-01-28gis: Merged revisions 6990-7043 via svnmerge from trunk.Justin Bronn
2008-01-02gis: Merged revisions 6920-6989 via svnmerge from trunk.Justin Bronn
2007-12-15gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-...Justin Bronn
2007-12-01gis: Merged 6672-6783 vis svnmerge from trunkJeremy Dunck
2007-11-14gis: Merged revisions 6614-6671 via svnmerge from trunk.Justin Bronn
2007-10-26gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-09-20gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-08-26gis: Made necessary modifications for unicode, manage refactor, backend refac...Justin Bronn
2007-06-25gis: Merged revisions 5491-5539 via svnmerge from Jeremy Dunck
2007-06-18gis: Merged revisions 4786-5490 via svnmerge from Jeremy Dunck
2007-03-23gis: Merged revisions 4669-4785 via svnmerge from trunk.Jeremy Dunck
2007-03-06gis: Merged revisions 4564-4668 via svnmerge fromJeremy Dunck
2007-02-18Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...Russell Keith-Magee
2007-02-18Fixed #3210 -- Modified test Client.login() to use urlparse, allowing absolut...Russell Keith-Magee
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test client...Russell Keith-Magee
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-09-28Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...Adrian Holovaty
2006-09-25Fixed #2771 -- Tweaked Django's doctest module so that it also works withMalcolm Tredinnick
2006-09-09Fixes #2669 -- Added check on import of tests.py to differentiate between an ...Russell Keith-Magee
2006-09-05Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,...Russell Keith-Magee
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-28Test database creation/deletion now correctly quotes database names when crea...Jacob Kaplan-Moss
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee