index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_utils
Age
Commit message (
Expand
)
Author
2014-10-31
[1.7.x] Avoided using private API get_template_from_string.
Aymeric Augustin
2014-02-07
Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.
Chris Wilson
2013-12-11
Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.
Dominic Rodger
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-08
Flake8 fix -- correct number of newlines between top level definitions
Alex Gaynor
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-10
Removed unnecessary semicolons.
Tim Graham
2013-09-22
Partial revert of 165f44aa.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-19
Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class
Claude Paroz
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed warnings level handling code as per deprecation TL.
Ramiro Morales
2013-06-14
Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite
Marc Tamlyn
2013-04-13
Used a Python 3 compatible StringIO in test_utils
Claude Paroz
2013-04-12
Modified test_utils to work with unittest2 discovery.
Preston Timmons
2013-03-02
Added a context manager to capture queries while testing.
Simon Charette
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner