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