Delegate django rest framework object permissions to an object pointed by foreign key/m2m
-
Updated
Sep 8, 2019 - Python
Delegate django rest framework object permissions to an object pointed by foreign key/m2m
The function slices a queryset into smaller querysets containing chunk_size objects and then yield them. It is used to avoid memory error when processing huge queryset, and also database error due to that the database pulls whole table at once. Concurrent database modification wouldn't make some entries repeated or skipped in this process.
Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC
Python utilities
A utility that executes multiple Django querysets in a single network/query call and returns the results as if the querysets were evaluated individually.
POC for Decoupled Template Rendering in a Django Application
simple project management tool for educational purposes
CSV QuerySet serialization for the Django framework
A django app to apply filters on drf querysets using query params with validations using voluptuous.
Add a description, image, and links to the queryset topic page so that developers can more easily learn about it.
To associate your repository with the queryset topic, visit your repo's landing page and select "manage topics."