index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
force_insert_update
Age
Commit message (
Expand
)
Author
2026-06-25
Removed hardcoded pks in many tests.
Tim Graham
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-06-29
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...
Akash Kumar Sen
2023-06-29
Refs #30382 -- Added more tests for using force_insert with model inheritance.
Akash Kumar Sen
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner