Changes between Initial Version and Version 1 of Ticket #29725, comment 26
- Timestamp:
- Feb 3, 2024, 8:28:51 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29725, comment 26
initial v1 1 I'm not sure if this is a viable solution. It passing the `ManyRelatedManager` to the queryset as an instance variable `_many_related_queryset`. 1 I'm not sure if this is a viable solution. It passing the `ManyRelatedManager` to the queryset as an instance variable `_many_related_queryset`. (Note: It is failing tests in foreign_object/, so I will need to look into it.) 2 2 3 3 [https://github.com/django/django/pull/17811 Draft PR]