- 03 Ock, 2019 1 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
- 02 Ock, 2019 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Mariusz Felisiak for auditing.
-
Jozef yazdı
-
Tim Graham yazdı
There's a bug that causes a test failure in forms_tests: https://github.com/python-pillow/Pillow/pull/3501/files#r244651761.
-
- 01 Ock, 2019 4 kayıt (commit)
-
-
Patrik Sletmo yazdı
-
Tim Graham yazdı
Thanks andreage for the report and suggested fix.
-
Paveł Tyślacki yazdı
-
Brylie Christopher Oxley yazdı
-
- 31 Ara, 2018 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 30 Ara, 2018 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Paveł Tyślacki yazdı
-
Adam Johnson yazdı
-
- 28 Ara, 2018 1 kayıt (commit)
-
-
Matt Wiens yazdı
-
- 27 Ara, 2018 4 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
Jon Dufresne yazdı
-
Vedran Karačić yazdı
-
CHI Cheng yazdı
-
- 26 Ara, 2018 5 kayıt (commit)
-
-
Denis Stebunov yazdı
-
Tim Graham yazdı
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 7289874a.
-
Tim Graham yazdı
Follow up to e5b8626c.
-
Simon Charette yazdı
-
Simon Charette yazdı
-
- 24 Ara, 2018 5 kayıt (commit)
-
-
Marten Kenbeek yazdı
-
Simon Charette yazdı
This is a costly operation on most database backends.
-
Simon Charette yazdı
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.
-
Nick Pope yazdı
-
Sanyam Khurana yazdı
-
- 22 Ara, 2018 11 kayıt (commit)
-
-
Nick Pope yazdı
-
Nick Pope yazdı
-
Sergey Fedoseev yazdı
Fixed #29970, #30041 -- Made ModelBase.__new__() pass attrs without contribute_to_class() to type.__new__().
-
Simon Charette yazdı
This is required to maintain foreign key integrity when using TransactionTestCase.available_apps. Refs #30033, #14204, #20483.
-
Tim Graham yazdı
-
Simon Charette yazdı
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.
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
-
Simon Charette yazdı
-