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
/
django
/
test
Age
Commit message (
Expand
)
Author
2013-10-22
[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Ramiro Morales
2013-10-01
[1.6.x] Factorized requires_tz_support decorator in test utils
Claude Paroz
2013-09-22
[1.6.x] Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-09-17
[1.6.x] Final attempt to solve sporadic test failures.
Florian Apolloner
2013-09-10
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-07
[1.6.x] Fixed 9244447c -- incomplete backport.
Aymeric Augustin
2013-09-07
[1.6.x] Fixed an encoding issue in the test client.
Aymeric Augustin
2013-07-13
[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...
Tim Graham
2013-07-04
[1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...
Tim Graham
2013-06-24
Fixed #20636 -- Stopped stuffing values in the settings.
Aymeric Augustin
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-14
Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...
Marc Tamlyn
2013-06-14
Remove incorrect CONTENT_TYPE header from GET and HEAD requests
Tom Christie
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-04
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-06-01
Fixed #20404 -- Added a keys() method to ContextList.
Chris Wilson
2013-05-27
Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...
Carl Meyer
2013-05-27
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Tim Graham
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-18
Fixed #20142 -- Added error handling for fixture setup
Filipa Andrade
2013-05-18
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-04
Systematically imported wraps from functools
Claude Paroz
2013-04-12
Modified test_utils to work with unittest2 discovery.
Preston Timmons
2013-04-12
Fixed #20237 (again) Allowed binary parameter to assertContains
Claude Paroz
2013-04-11
Fixed #20237 -- Reenabled assertContains with binary parameter
Claude Paroz
2013-03-30
Removed site cache clearing in TestCase._fixture_setup
Claude Paroz
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-24
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-03-25
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...
Loic Bistuer
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-17
Stopped using non-standard __globals__ and __code__ attributes.
Aymeric Augustin
2013-03-17
Fixed memory leak in tests
Anssi Kääriäinen
2013-03-11
Abused atomic for transaction handling in TestCase.
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-03-07
Fixed #19997 -- Added custom EMPTY_VALUES to form fields
Claude Paroz
2013-03-02
Added a context manager to capture queries while testing.
Simon Charette
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-16
Fixed #19833 -- Fixed import parameter encoding in get_runner
Claude Paroz
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-02-02
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...
Julien Phalip
2013-01-31
Merge pull request #690 from rafales/ticket_19711
Aymeric Augustin
2013-01-31
Fixed #19711 -- Typo in __all__ declaration in django/test/simple.py
Rafal Stozek
[next]