queryset
Here are 23 public repositories matching this topic...
A django app to apply filters on drf querysets using query params with validations using voluptuous.
-
Updated
Jun 20, 2023 - Python
Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC
-
Updated
Nov 3, 2019 - Python
simple project management tool for educational purposes
-
Updated
Nov 9, 2024 - Python
Delegate django rest framework object permissions to an object pointed by foreign key/m2m
-
Updated
Sep 8, 2019 - Python
[READ-ONLY] Subtree split of the django like ORM component
-
Updated
Feb 26, 2018 - PHP
POC for Decoupled Template Rendering in a Django Application
-
Updated
Jun 28, 2022 - Python
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.
-
Updated
Jan 9, 2017 - Python
CSV QuerySet serialization for the Django framework
-
Updated
Jan 13, 2020 - Python
A utility that executes multiple Django querysets in a single network/query call and returns the results as if the querysets were evaluated individually.
-
Updated
Jul 1, 2024 - Python
Simple ORM for SQL Server | Currently version 1.0.2
-
Updated
Jan 16, 2024 - C#
Improve this page
Add a description, image, and links to the queryset topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the queryset topic, visit your repo's landing page and select "manage topics."