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
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-08
[1.8.x] 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
2014-03-31
Fixed typo in docstring.
Tim Graham
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-10
Allowed a message to be passed to assertQuerysetEqual to make it consistent w...
Chris Bailey
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-23
Refactored INSTALLED_APPS overrides.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.
Dominic Rodger
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #21509 -- Removed dead exception catching code.
Krzysztof Jurewicz
2013-11-09
Removed useless comment. Refs #21172
Anssi Kääriäinen
2013-11-09
Merge pull request #1743 from unaizalakain/ticket_21172
Anssi Kääriäinen
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-11-07
Fixed #13725 -- take url scheme into account in assertRedirects
Unai Zalakain
2013-11-04
Fixed ticket #21172
Unai Zalakain
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-15
Fixed #21263 -- Fixed issue with override_settings in inherited classes
Claude Paroz
[next]