Metadata-Version: 2.1
Name: django-stepped-query
Version: 0.0.1
Summary: Queryset Wrapper for Big Request
Home-page: https://github.com/zhangi/django_stepped_query
Author: Ivan Zhang
Author-email: sail4dream@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Django Stepped Queryset
This wrapper issues multiple queries to database when the input is too large to be accomodated in a single SQL(MSSQL has a restriction on the number of query parameters and MySQL has a limitation on the length of SQL). Multiple QuerySet are concatenated when evaluated.


