Changes between Initial Version and Version 1 of Ticket #33952, comment 1


Ignore:
Timestamp:
Aug 24, 2022, 12:53:21 AM (2 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33952, comment 1

    initial v1  
    11I think this worth doing, having `get_queryset` perform `self._check_fk_val()` should catch the currently tested `.all()` case as well.
    22
    3 In the mean time I think you should be able to use `MyModel._meta.get_field("related_set)` for your introspection needs.
     3In the mean time I think you should be able to use `MyModel._meta.get_field("related_set")` for your introspection needs.
Back to Top