| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
through model.
|
|
|
|
|
|
disallowing queries.
Database features may require a connection to be established to determine
whether or not they are enabled.
|
|
tests.
Mocking connect as well as cursor methods makes sure an appropriate error
message is surfaced when running a subset of test attempting to access a
a disallowed database.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
|
|
None of the tests interact with the database.
|
|
Removed support for pyinotify (refs #9722).
|
|
Entering a SchemaEditor instance creates a connection but it isn't needed
for this test.
|
|
Regression in 49b679371fe9beddcd23a93b5fdbadea914f37f8.
|
|
Thanks Mariusz Felisiak for Oracle advice and review.
|
|
|
|
|
|
|
|
|
|
optional.
Restored backwards compatibility after refs #27991.
Regression in be6ca89396c031619947921c81b8795d816e3285.
|
|
Reduces the possibility of circular imports.
|
|
|
|
SimpleTestCase.databases makes it possible to determine the set of
databases required to run the discovered tests.
|
|
favor of databases.
|
|
Follow up to 8eae094638acf802c8047b341d126d94bc9b45a3.
|
|
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
default 404 page.
Co-Authored-By: Tim Graham <timograham@gmail.com>
|
|
Thanks Tom Forbes for the report.
|
|
|
|
Thanks Mariusz Felisiak for auditing.
|
|
There's a bug that causes a test failure in forms_tests:
https://github.com/python-pillow/Pillow/pull/3501/files#r244651761.
|
|
uses to_field.
|
|
non-None obj during add.
Thanks andreage for the report and suggested fix.
|
|
SchemaEditor.
|
|
|
|
anymore (refs #14675).
|
|
|
|
|
|
passed as data.
|
|
|
|
empty/error cases.
|
|
failure on SQLite < 3.20.
Mixing local test models with non-local models resulted in a referential
integrity error during tear down since the models are removed in separate
schema editor instances which each check constraints.
Failure appeared after 7289874adceec46b5367ec3157cdd10c711253a0.
|