Changes between Initial Version and Version 1 of Ticket #30427, comment 6
- Timestamp:
- Jan 23, 2020, 4:55:10 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30427, comment 6
initial v1 1 1 [https://github.com/django/django/pull/11337#pullrequestreview-347194094 Comments on PR] 2 2 3 Currently MRO for field inheritance is affected. We [https://docs.djangoproject.com/en/3.0/topics/db/models/#field-name-hiding-is-not-permitted already advertise this as not exactly like Python inheritance] so **maybe** this would be acceptable if suitabl edocumented.3 Currently MRO for field inheritance is affected. We [https://docs.djangoproject.com/en/3.0/topics/db/models/#field-name-hiding-is-not-permitted already advertise this as not exactly like Python inheritance] so **maybe** this would be acceptable if suitably documented. 4 4 5 5 More tests are needed to see if we can resolve all/most/some of #16176, #27807, #28198 with the change here, without further regressions. (If so then it seems the me that there's a good case to be made...)