Vincent Ngobeh

Results 2 comments of Vincent Ngobeh

Hi, I'd like to work on this issue. I'm planning to add support for `GeneratedField` by detecting it in `filter_for_field()` and extracting the underlying `output_field` to determine the appropriate filter...

I'd like to work on this issue. My approach: Refactor the `Product_Tab` class in `dojo/utils.py` to use `@cached_property` for lazy loading instead of executing all database queries eagerly in `__init__`....