| Age | Commit message (Collapse) | Author |
|
|
|
Used more specific modules to reduce the risk of circular imports.
|
|
|
|
|
|
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).
|
|
|
|
of Meta.constraints.
|
|
|
|
|
|
|
|
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.
|
|
of SQLite.
Follow up to e5b8626c0eb223cc3d643163882c5902c40ec972.
|
|
|
|
|
|
|
|
This is a costly operation on most database backends.
|
|
The test was expecting connections used by DiscoverRunner.setup_databases()
to be the ones defined in django.test.runner but this doesn't hold true
since this method was made a proxy of django.test.utils.setup_databases.
This broke the TransactionTestCase.serialized_rollback feature in the test
suite because calls to create_db_test() cleared the test data persisted on
connections objects.
Added an assertions to prevent this from happening again.
|
|
|
|
|
|
|
|
|
|
contribute_to_class() to type.__new__().
|
|
This is required to maintain foreign key integrity when using
TransactionTestCase.available_apps.
Refs #30033, #14204, #20483.
|
|
|
|
This order of operations is more in line with SQLite's documented table
rebuild procedure and ensures that changes aren't committed if foreign key
integrity is broken.
|
|
|
|
|
|
flag.
|
|
|
|
|
|
The version suffix isn't part of the product name.
|
|
|
|
|
|
|