Replies: 1 comment 2 replies
-
This is not something we'd implement in core, as it would be infeasible to ensure predictable behavior with configurable logic. However, you're free to fork the code base and implement your own logic locally. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We stumbled across a problem where the
naturalize_interface
function leads not to the desired sort order. Updating the sort order would lead to a lot of regressions for others. For (some) ChoiceSet it is possible to append/owerwrite the available choices. I wounder if it would benefitial to have a similar configuration forNATURALIZE_FUNCTION
to allow everyone individually to overwrite the function on a per model basis if needed. The configuration could look somting like this:Would this be a helfull feature for other too?
Beta Was this translation helpful? Give feedback.
All reactions