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


Ignore:
Timestamp:
Sep 14, 2021, 2:43:45 AM (3 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33106, comment 1

    initial v1  
    11Hi Adam — thanks for the report. Interesting.
    22
    3 This kind of mapping has never really been supported, so I'd say this is a new feature rather than a bug. That's probably a small distinction but it does point to a way forward, which is that it would be good to see the required implementation out of Django before deciding whether to make a change here.
     3This kind of mapping has never really been supported, so I'd say this is a new feature rather than a bug. That's probably a small distinction but it does point to a way forward, which is that it would be good to see the required implementation out of Django before deciding whether to make a change here. (It's quite a niche use-case.)
    44
    55> However the clean() method of ModelMultipleChoiceField calls value = self.prepare_value(value) which is causing issues for my use case…
Back to Top