index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basic
/
models.py
Age
Commit message (
Expand
)
Author
2025-02-25
Removed outdated docstring in tests/basic/models.py.
Clifford Gama
2025-01-10
Refs #36064 -- Added test that falsey primary key default/db_default value sk...
Bendeguz Csirmaz
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-24
Fixed #34925 -- Prevented Model.refresh_from_db() from mutating list of fields.
trontelj
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-03-05
Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited pr...
Abhijeet Viswa
2019-08-19
Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary k...
Hasan Ramezani
2017-10-12
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
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
2015-11-21
Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2014-11-20
Added a comment for test of refs #20278.
Anssi Kääriäinen
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-05-20
Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner