Metadata-Version: 2.1
Name: django-prefetch-id
Version: 0.0.1
Summary: Fetch next Django model id (sequence number) by Model or Table.
Home-page: https://github.com/toransahu/django-prefetch-id
Author: Toran Sahu
Author-email: toran.sahu@yahoo.com
License: Distributed under terms of the AGPL license.
Keywords: django model database sequence prefetch id
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: Utilities
Classifier: Topic :: Database
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Requires-Python: >=3.*
Description-Content-Type: text/markdown
Requires-Dist: django

# django-prefetch-id
A Python Package to Prefetch Django Model ID Before Creating &amp; Saving the Model Instance.


