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
/
testcases.py
Age
Commit message (
Expand
)
Author
2016-07-21
[1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Pyth...
Dmitry Dygalo
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-02
Fixed #26428 -- Added support for relative path redirects in assertRedirects().
Tim Graham
2016-02-13
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-08
Removed obsolete comment.
knbk
2015-12-31
Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Marten Kenbeek
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-09-23
Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.
Tim Graham
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-07
Refs #25328 -- Refactored LiveServerTestCase to make it extensible.
Jakub Gocławski
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
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-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-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-16
Refs #23763 -- Silenced SimpleTestCase.assertRaisesMessage() deprecation warn...
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-02-28
Simplified emit_post_migrate from flush command
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Removed old import aliases.
Tim Graham
2015-02-05
Called parent in SimpleTestCase.setUpClass/tearDownClass.
Aymeric Augustin
2015-01-03
Removed extraneous super call in LiveServerTestCase
Claude Paroz
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-12
Refs #20392 -- Load fixtures once within TestCase
Thomas Chaumeny
2014-12-03
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-11-10
Fixed negligible formatting error.
Aymeric Augustin
2014-11-10
Removed legacy code from old transaction system
Thomas Chaumeny
2014-11-03
Fixed #23300 -- Made assertTemplateUsed throw an error on responses not fetch...
Davide Ceretti
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-10-20
Removed redundant skip_checks option for call_command
Claude Paroz
2014-09-29
Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...
Thomas Chaumeny
2014-08-26
Allowed skipIf/UnlessDBFeature to accept several feature strings
Claude Paroz
2014-08-23
Replaced HAS_SPATIALREFSYS by a database feature
Claude Paroz
2014-08-19
Fixed #10190 -- Made HttpResponse charset customizable.
Unai Zalakain
2014-06-09
Fixed flake8 error.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-18
Fixed #22465 -- New assertion assertJSONNotEqual
amatellanes
2014-04-14
Fixed #22369 -- Added count parameter to assertTemplateUsed
Jacob R. Rothenbuhler
2014-04-09
Used more specific test assertions.
Aymeric Augustin
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
[next]