Changes between Initial Version and Version 2 of Ticket #35890
- Timestamp:
- Nov 6, 2024, 8:37:17 AM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35890
- Property Has patch set
-
Ticket #35890 – Description
initial v2 37 37 Using `self.model._meta.concrete_fields` instead of `self.model._meta.local_concrete_fields` seems to solve the issue, but I don't know the internal API well enough to understand all of the implications. 38 38 39 I'm also preparing a PR with a unit test and the fix, I'll update this ticket when it will be ready. 39 PR : https://github.com/django/django/pull/18777