summaryrefslogtreecommitdiff
path: root/tests/many_to_one/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+17
* Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...Hasan Ramezani2021-02-041-0/+8
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+6
* Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.Rob2019-05-211-0/+4
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...Simon Charette2018-11-081-1/+1
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-7/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...Yoong Kang Lim2016-08-051-1/+1
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-0/+18
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-10/+10
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Consolidated some many_to_one tests.Loic Bistuer2014-09-241-0/+68
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+31