Django REST Framework - Bulk

Django REST Framework bulk CRUD view mixins.

Overview

Django REST Framework comes with many generic views however none of them allow to do bulk operations such as create, update and delete. To keep the core of Django REST Framework simple, its maintainer suggested to create a separate project to allow for bulk operations within the framework. That is the purpose of this project.

Contributing

Please file bugs and send pull requests to the GitHub repository and issue tracker.

Acknowledgements

This project began as a fork of Django REST Framework Bulk. Big thanks to everyone who contributed to that repo!

Future Scope

In future this project may get merged with Django REST Framework Add Ons.

Indices and tables