Changes between Initial Version and Version 1 of Ticket #35640, comment 3


Ignore:
Timestamp:
Aug 4, 2024, 5:31:59 AM (7 weeks ago)
Author:
Omar BENHAMID

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35640, comment 3

    initial v1  
    33Currently django-slick-report builds a search form using a ModelMultipleChoiceField backed by a simple ForeignKey field (the aim is to select mutliple values for an "OR-search"). The way values are genrated for the choices of the widgets are the same only if the field is iterable (so one to many but not many to one) and this often works well except when model inheritence is used.
    44
    5 I can provide a test case but the question before is : is this usage supported ? Shall we try to make this part more robust in django?
     5This is exists in 5.1 and I can try to provide demo project but before is : is this usage supported ? Shall we try to make this part more robust in django?
Back to Top