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
/
model_inheritance
/
test_abstract_inheritance.py
Age
Commit message (
Expand
)
Author
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-05-08
Fixed #36295, Refs #24305 -- Allowed overriding GenericForeignKey fields on a...
Ahmed Nassar
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-06
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-07-07
Used more specific unittest assertions in tests.
Mads Jensen
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2021-06-15
Refs #30427, Refs #16176 -- Added test for abstract model inheritance.
Carlton Gibson
2020-12-29
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-04-08
Fixed #31437 -- Corrected tests to show abstract multiple inheritance system ...
Carlton Gibson
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-05-16
Fixed #24305 -- Allowed overriding fields on abstract models.
Aron Podrigal