1
0
mirror of https://github.com/django/django.git synced 2025-03-03 21:55:04 +00:00

9 Commits

Author SHA1 Message Date
Tim Graham
cfff2af02b Fixed -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
Sergey Fedoseev
6de2930078 Fixed -- Fixed test runner crash with --debug-sql on fail/error in subTest. 2017-07-05 16:56:24 -04:00
Claude Paroz
2b281cc35e Refs -- Removed most of remaining six usage
Thanks Tim Graham for the review.
2017-01-18 21:33:28 +01:00
Claude Paroz
c716fe8782 Refs -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
2017-01-18 16:21:28 +01:00
Aymeric Augustin
4f6a7663bc Refs -- Fixed connection.queries on SQLite. 2015-09-17 23:01:33 +02:00
Adam Chainz
3fe3887a2e Fixed -- Changed Count queries to execute COUNT(*) instead of COUNT('*'). 2015-09-14 13:41:35 -04:00
Tim Graham
307c0f299a Refs -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. 2015-02-17 19:03:03 -05:00
Tim Graham
0386b97706 Fixed test_runner test failure on Python 3.5; refs .
Python change is http://bugs.python.org/issue22032
2015-01-23 16:23:32 -05:00
Marc Tamlyn
b5c1a85b50 Fixed -- Added --debug-sql option for tests.
Added a --debug-sql option for tests and runtests.py which outputs the
SQL logger for failing tests. When combined with --verbosity=2, it also
outputs the SQL for passing tests.

Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and
discussion.
2015-01-12 08:16:08 +00:00