Changes between Initial Version and Version 1 of Ticket #36973, comment 3


Ignore:
Timestamp:
Mar 10, 2026, 11:41:28 AM (4 weeks ago)
Author:
Clifford Gama

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36973, comment 3

    initial v1  
    1 While investigating this ticket, I discovered that the patch added in #22977 only identifies a clash between an accessor and a manager if the relationship is self-referential. The attempt to fix that issue made it easier to understand the issue reported here. I opened an alternative PR to fix both issues.
     1While investigating this ticket, I discovered that the patch added in #22977 only identifies a clash between an accessor and a manager if the relationship is self-referential. The attempt to fix that issue made it easier to understand the issue reported here. I opened an [https://github.com/django/django/pull/20889 alternative PR] to fix both issues.
Back to Top