Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-5/+6
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-301-3/+3
* Added ignore_warnings decoratorClaude Paroz2014-12-301-3/+4
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-0/+9
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+2
* Added modify_settings to alter settings containing lists ...Aymeric Augustin2013-12-231-2/+2
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+6
* Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry2013-09-091-1/+1
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-1/+2
* Fixed #2879 -- Added support for the integration with Sel...Julien Phalip2011-12-221-1/+2
* Fixed #14503 -- Unified multiple implementations of test ...Ramiro Morales2011-08-131-1/+2
* Fixed #9002 -- Added a RequestFactory. This allows you to...Russell Keith-Magee2010-10-131-1/+1
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #13895 -- Refactored aggregation_regress doctests. ...Russell Keith-Magee2010-08-201-0/+1
* Fixed #8138 -- Changed django.test.TestCase to rollback t...Karen Tracey2009-01-161-1/+1
* Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee2007-03-011-0/+6
* Refs #2333 - Added test framework. This includes doctest ...Russell Keith-Magee2006-08-271-0/+0