summaryrefslogtreecommitdiff
path: root/tests/model_regress/test_state.py
AgeCommit message (Collapse)Author
2025-12-18Fixed #36701 -- Fixed memory leak in ModelState.Samriddha9619
2022-09-30Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak
This reverts 4f8c7fd9d91b35e2c2922de4bb50c8c8066cbbc6 and adds two regression tests: - test_related_manager_refresh(), and - test_create_copy_with_m2m(). Thanks joeli for the report.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-08Fixed #32980 -- Made models cache related managers.Keryn Knight
2017-08-11Refs #28459 -- Optimized ModelState instantiation.Sergey Fedoseev