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
/
simple.py
Age
Commit message (
Expand
)
Author
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
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
Refactored old test runner to handle apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-05-27
Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...
Carl Meyer
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-12
Modified test_utils to work with unittest2 discovery.
Preston Timmons
2013-03-24
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-01-31
Fixed #19711 -- Typo in __all__ declaration in django/test/simple.py
Rafal Stozek
2013-01-09
Fixed #19546 - ensure that deprecation warnings are shown during tests
Preston Holmes
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-06-09
Reverted 905e33f, now that DatabaseFeatures does not need confirm
Claude Paroz
2012-04-24
Fixed #17954 -- Fixed dependency checking for test databases. Thanks Ćukasz ...
Claude Paroz
2012-03-31
Removed deprecated DjangoTestRunner.
Aymeric Augustin
2012-01-30
Fixed #10868 -- Stopped restoring database connections after the tests' execu...
Julien Phalip
2012-01-20
Fixed #16885 -- Confirmed features of mirror databases when setting up test d...
Aymeric Augustin
2011-06-14
Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, me...
Jannis Leidel
2011-06-12
Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...
Ramiro Morales
2011-04-02
Advanced deprecations in django.test.
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-18
Fixed #15368 -- Ensure that raw unittest TestCase instances can be invoked in...
Russell Keith-Magee
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2010-12-09
Fixed a couple of typos and small errors from r14696 and r14822.
Ramiro Morales
2010-12-05
Fixed #14799 -- Provided a full solution for test database creation order pro...
Russell Keith-Magee
2010-11-30
Ensured that the test suite creates the default DB before any others.
Jacob Kaplan-Moss
2010-11-25
Fixed #14415 -- Corrected the process of creating and destroying test databas...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-22
Fixed #12932 -- Added an extra argument to suite_result() in the test runner,...
Russell Keith-Magee
2010-02-02
Removed a stray debug statement. Thanks to Ramiro Morales for the report.
Russell Keith-Magee
2010-02-01
Fixed #6364 -- Added the ability to run individual doctests.
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-19
Fixed #12640 -- Corrected a regression in test suite construction order intro...
Russell Keith-Magee
2010-01-18
Fixed #12624 -- Modified test runners to be class based.
Russell Keith-Magee
2009-12-31
Ensure the default keyboard interrupt handler is restored
Karen Tracey
2009-12-31
Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-13
Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...
Karen Tracey
[next]