Changes between Initial Version and Version 1 of Ticket #34634
- Timestamp:
- Jun 6, 2023, 2:15:33 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34634 – Description
initial v1 1 1 Checking [https://github.com/django/django/pull/16903 PR] I noticed that creating objects with more complicated multi-table inheritance crashes. For example: 2 [[Image(Screenshot_20230606_091439.png)]] 2 3 {{{#!diff 3 4 diff --git a/tests/model_inheritance/models.py b/tests/model_inheritance/models.py