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
2015-11-28
[1.9.x] Fixed #25826 -- Improved help text for the --parallel option
Baptiste Mispelon
2015-11-14
[1.9.x] Fixed #25647 -- Reverted "Simplified deduplication of test databases."
Tim Graham
2015-11-03
[1.9.x] Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-09-19
Fixed #25424 -- Use force_str for test client URLs.
Travis Jensen
2015-09-14
Prevented --parallel from crashing on Windows.
Aymeric Augustin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-10
And fixed merge accident :-(
Aymeric Augustin
2015-09-10
Adjusted previous commit.
Aymeric Augustin
2015-09-10
Refs #20461 -- Made tblib optional for a passing test run.
Aymeric Augustin
2015-09-10
Refs #20461 -- Fixed parallel test runner on Python 2.7.
Collin Anderson
2015-09-10
Avoided running more test processes than necessary.
Aymeric Augustin
2015-09-09
Made it easier to customize the parallel test runner.
Aymeric Augustin
2015-09-09
Propagated database clone settings to new connections.
Aymeric Augustin
2015-09-09
Acknoweldeged a limitation of the parallel test runner.
Aymeric Augustin
2015-09-09
Introduced a mixin for serializing tests.
Aymeric Augustin
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-09
Implemented a parallel test runner.
Aymeric Augustin
2015-09-07
Refs #25328 -- Refactored LiveServerTestCase to make it extensible.
Jakub Gocławski
2015-09-06
Simplified deduplication of test databases.
Aymeric Augustin
2015-09-06
Stopped returning mirrors from setup_databases.
Aymeric Augustin
2015-09-06
Fixed #25357 -- Database deduplication on Oracle.
Aymeric Augustin
2015-09-06
Split setup_databases.
Aymeric Augustin
2015-09-05
Moved an import to the toplevel.
Aymeric Augustin
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
2015-08-11
Fixed #25163 -- Fixed exception handling in nested test client requests.
pscottdevos
2015-08-04
Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.
Caio Ariede
2015-08-01
Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...
Adam Chainz
2015-07-31
Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().
Tim Graham
2015-07-30
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
Tim Graham
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-12
Refs #24965 -- Added changes from accidentally reverted file for last commit.
Moritz Sichert
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-20
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
Simon Charette
2015-05-18
Added backwards compatibility for assertRaisesMessage callable_obj param.
Tim Graham
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-16
Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warn...
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
Bas Peschier
2015-02-28
Simplified emit_post_migrate from flush command
Claude Paroz
[next]