django1/tests/model_regress
Gert Burger 85c47b9a73 [3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model instances.
Regression in bfb746f983.

Backport of 94ea79be13 from master
2020-08-13 15:27:18 +02:00
..
__init__.py
models.py Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
test_pickle.py Optimized Model and QuerySet pickling version comparison. 2020-05-11 09:50:11 +02:00
test_state.py Refs #28459 -- Optimized ModelState instantiation. 2017-08-11 15:41:04 -04:00
tests.py [3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model instances. 2020-08-13 15:27:18 +02:00