| Age | Commit message (Collapse) | Author |
|
|
|
key checks are enabled.
Prior to this change foreign key constraint references could be left pointing
at tables dropped during operations simulating unsupported table alterations
because of an unexpected failure to disable foreign key constraint checks.
SQLite3 does not allow disabling such checks while in a transaction so they
must be disabled beforehand.
Thanks ezaquarii for the report and Carlton and Tim for the review.
Backport of 315357ad25a6590e7f4564ec2e56a22132b09001 from master.
|
|
|
|
|
|
|
|
Due to https://bugs.python.org/issue30399.
|
|
|
|
subTest.
|
|
|
|
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
parallel test runner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
|
|
|
|
default.
|
|
|
|
StringOrigin.
Thanks Simon Charette for the DeprecationInstanceCheck class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks claudep for the patch.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
contains non-ASCII characters.
|
|
|
|
Removed fragile algorithm to find which application a model belongs to.
Fixed #21680, #21719. Refs #21794.
|
|
|
|
Python change is http://bugs.python.org/issue22032
|
|
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.
|