summaryrefslogtreecommitdiff
path: root/tests/many_to_one/models.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-02-04Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...Hasan Ramezani
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-05-21Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.Rob
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-11-08Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...Simon Charette
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-05Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-09-24Consolidated some many_to_one tests.Loic Bistuer
2013-11-02PEP8 cleanupJason Myers
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner