| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Appending pk is not necessary when a subset of the ordering expressions is
contained in a non-nullable unique contraint.
Related field ordering through lookups and related ordering introspection is
omitted for simplicitly purpose.
|
|
|
|
|
|
|
|
|
|
page_not_found() view.
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
|
|
through_defaults kwarg-only.
|
|
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.
|
|
connections.
|
|
Also addresses Sum() not handling the filter option correctly.
|
|
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.
|