Changes between Initial Version and Version 1 of Ticket #33106, comment 1
- Timestamp:
- Sep 14, 2021, 2:43:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33106, comment 1
initial v1 1 1 Hi Adam — thanks for the report. Interesting. 2 2 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. 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. (It's quite a niche use-case.) 4 4 5 5 > However the clean() method of ModelMultipleChoiceField calls value = self.prepare_value(value) which is causing issues for my use case…