django/tests/model_inheritance
Aron Podrigal 85ef98dc6e Fixed #24305 -- Allowed overriding fields on abstract models.
Fields inherited from abstract base classes may be overridden like
any other Python attribute. Inheriting from multiple models/classes
with the same attribute name will follow the MRO.
2016-05-16 07:32:21 -04:00
..
same_model_name Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #25354 -- Added class/app_label interpolation for related_query_name. 2016-01-28 11:10:47 -05:00
test_abstract_inheritance.py Fixed #24305 -- Allowed overriding fields on abstract models. 2016-05-16 07:32:21 -04:00
tests.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00