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
2007-11-28
queryset-refactor: Merged from trunk up to [6724].
Malcolm Tredinnick
2007-11-18
queryset-refactor: Fixed up a few problems from the previous merge from trunk.
Malcolm Tredinnick
2007-11-18
queryset-refactor: Merged from trunk up to [6689].
Malcolm Tredinnick
2007-10-23
queryset-refactor: Merged from trunk up to [6595].
Malcolm Tredinnick
2007-09-15
queryset-refactor: Merged to [6340]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6220]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6197]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6190]
Adrian Holovaty
2007-09-04
Cleaned up some imports.
Gary Wilson Jr
2007-09-03
Removed some duplication in the Django `TestCase` methods by introducing a `t...
Gary Wilson Jr
2007-09-03
Fixed #4988 -- In the test client, Added tracking of the client and request t...
Russell Keith-Magee
2007-08-31
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...
Russell Keith-Magee
2007-08-28
Fixed #4457 -- Corrected the handling of exceptions in the test client when t...
Russell Keith-Magee
2007-08-20
Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-17
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...
Russell Keith-Magee
2007-08-16
Changed django.test.utils.create_test_db to return the name of the test datab...
Adrian Holovaty
2007-08-16
Added a return value to the test frameworks TestSMTPConnection.send_messages,...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-12
Fixed a Python 2.3 incompatibility.
Malcolm Tredinnick
2007-07-28
Fixed #4460 -- Added the ability to be more specific in the test cases that a...
Russell Keith-Magee
2007-07-26
Added support for database cache table in test database.
Malcolm Tredinnick
2007-07-23
Fixed #3771 -- Modified the test runner to observe the --noinput argument con...
Russell Keith-Magee
2007-07-21
Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...
Russell Keith-Magee
2007-07-21
Minor fix to allow for count=0 in assertContains.
Russell Keith-Magee
2007-07-20
Fixed #4738 -- Modified the prompt that is displayed when a test database can...
Russell Keith-Magee
2007-07-20
Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...
Russell Keith-Magee
2007-07-20
Fixed #3782 -- Added support for the suite() method recommended by the Python...
Russell Keith-Magee
2007-07-14
Negligible capitalization fix in test/client.py docstring
Adrian Holovaty
2007-07-12
Fixed #4526 -- Modified the test Client login method to fail when a user is i...
Russell Keith-Magee
2007-07-05
Fixed minor typo in assertion message.
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2007-06-11
Fixed a bug in the way file uploads were constructed. The new behaviour
Malcolm Tredinnick
2007-05-31
Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...
Russell Keith-Magee
2007-05-29
Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure
Malcolm Tredinnick
2007-05-14
Fixed some incorrect reporting of error messages in assertRedirects, and adde...
Russell Keith-Magee
2007-05-13
Removed a stray import that snuck into [5211].
Malcolm Tredinnick
2007-05-12
Fixed the test harness to work with Python 2.3 again (tested that it still
Malcolm Tredinnick
2007-05-10
Added the actual assertFormError changes, accidentally omitted from [5181].
Russell Keith-Magee
2007-05-10
Fixed import error handling when application tests are stored in a tests dire...
Russell Keith-Magee
2007-05-10
Added configurable arguments to assertRedirects and assertContains to allow f...
Russell Keith-Magee
2007-05-08
Added redirection for email services during test conditions.
Russell Keith-Magee
2007-05-07
Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...
Russell Keith-Magee
2007-05-05
Backwards incompatible change: Changed the way test.Client.login operates. Ol...
Russell Keith-Magee
2007-05-05
Added a default test Client to TestCase, and added some assertions for some c...
Russell Keith-Magee
2007-03-29
Fixed #3253 -- Included test errors in the return code.
Russell Keith-Magee
2007-03-22
Fixes #3212 -- Added code to test client to allow posting of multi-form value...
Russell Keith-Magee
[next]