django-unfold icon indicating copy to clipboard operation
django-unfold copied to clipboard

Adding GeneratedField to supported types for RangeNumericFilter

Open yarimiz opened this issue 4 months ago • 13 comments

I have a use case where I wish to have a RangeNumericFilter for a GeneratedField. This was not allowed until now. This PR is to allow this configuration.

I had not added any extra validations to check whether the actual value of the GeneratedField is numeric, as I don't think this should be done by unfold. Let me know if you think otherwise.

yarimiz avatar Oct 23 '24 14:10 yarimiz