django/tests/queryset_pickle
Mariusz Felisiak 2c7846d992
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL.
This makes models.BinaryField pickleable on PostgreSQL.

Regression in 3cf80d3fcf.

Thanks Adam Zimmerman for the report.
2021-12-03 11:56:22 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL. 2021-12-03 11:56:22 +01:00
tests.py Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL. 2021-12-03 11:56:22 +01:00