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
/
update_only_fields
Age
Commit message (
Expand
)
Author
2025-09-14
Fixed #27222 -- Refreshed model field values assigned expressions on save().
Simon Charette
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2025-01-15
Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...
Sarah Boyce
2025-01-14
Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.
Simon Charette
2024-08-28
Refs #35060 -- Adjusted deprecation warning stacklevel in Model.save()/asave().
Simon Charette
2024-06-25
Fixed #35554, Refs #35060 -- Corrected deprecated *args parsing in Model.save...
Adam Johnson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-08-12
Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...
Pat Garcia
2020-04-15
Removed unused __str__() methods in tests models.
Author: Mads Jensen
2018-12-10
Moved choices inside of test models per coding style.
Manan
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
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-11-20
Refs #26207 -- Removed obsolete comments about deferred model classes.
Adam Chainz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner