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
/
django
/
test
/
__init__.py
Age
Commit message (
Expand
)
Author
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2016-02-19
Refs #25735 -- Made @tag decorator importable from django.test.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2014-12-30
Added ignore_warnings decorator
Claude Paroz
2014-12-01
Fixed #23289 -- Added mock as a test dependency.
Tim Graham
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2010-10-12
Fixed #9002 -- Added a RequestFactory. This allows you to create request inst...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-20
Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...
Russell Keith-Magee
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2007-03-01
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee
2006-08-27
Refs #2333 - Added test framework. This includes doctest and unittest finders...
Russell Keith-Magee