Aymeric Augustin
|
115318051c
|
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Conflicts:
django/db/backends/oracle/base.py
django/db/backends/sqlite3/base.py
django/db/models/base.py
Backport of 365c3e8b from master.
|
2013-09-03 07:34:45 -05:00 |
Marc Tamlyn
|
46789e76c6
|
Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite
|
2013-06-14 15:37:39 +01:00 |
Claude Paroz
|
f56b703b27
|
Used a Python 3 compatible StringIO in test_utils
|
2013-04-13 11:38:13 +02:00 |
Preston Timmons
|
751b007c98
|
Modified test_utils to work with unittest2 discovery.
|
2013-04-12 15:00:48 -06:00 |
Simon Charette
|
952ba5237e
|
Added a context manager to capture queries while testing.
Also made some import cleanups while I was there.
Refs #10399.
|
2013-03-02 02:41:14 -05:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |