Changes between Initial Version and Version 1 of Ticket #33952, comment 1
- Timestamp:
- Aug 24, 2022, 12:53:21 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33952, comment 1
initial v1 1 1 I think this worth doing, having `get_queryset` perform `self._check_fk_val()` should catch the currently tested `.all()` case as well. 2 2 3 In the mean time I think you should be able to use `MyModel._meta.get_field("related_set )` for your introspection needs.3 In the mean time I think you should be able to use `MyModel._meta.get_field("related_set")` for your introspection needs.