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