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


Ignore:
Timestamp:
08/24/22 05:53:21 (13 months ago)
Author:
Simon Charette
Comment:

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