django-virtual-models icon indicating copy to clipboard operation
django-virtual-models copied to clipboard

Improve performance and maintainability with a prefetching layer in your Django project

Results 32 django-virtual-models issues
Sort by recently updated
recently updated
newest added

To support return types in `get_prefetch_queryset` without mypy complaints.

Hello! Sometimes, I need to make more complex queries that involve values that are not available in the current object of virtual model and I could pass them using serializer...

Automatically prefetch based on FilterSet, include ordering.

- Check case of empty lookup list and `deferred_fields` - Check `deferred_fields` require prefetch hint - Check `deferred_fields` automatically included if used as a field in the serializer