Changes between Initial Version and Version 1 of Ticket #27594, comment 1
- Timestamp:
- Dec 13, 2016, 1:04:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27594, comment 1
initial v1 1 1 The proposed fix tests for self-referential relationships and avoids the multiple concrete model inheritance path in those instances. 2 2 3 Test added and all other tests are passing. 4 5 https://github.com/danifus/django/tree/ticket_27594 3 [https://github.com/django/django/pull/7684 PR]