Metadata-Version: 2.1
Name: django-stagers
Version: 0.0.1
Summary: This package adds stagers to assist in bulk operations on django models.
Author-email: Matthew Coleman <19colemanm@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Django Stagers

This package implements a `Stager` class that allows users to stage objects for creates, updates, and deletes, to be performed at a later time in bulk.
