LGenies / drf-bulk

Django REST Framework bulk CRUD view mixins

Home Page:https://drf-bulk.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django REST Framework - Bulk

Code style: black Documentation Status Build Status

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.

Getting Help

Documentation for drf-bulk is available https://drf-bulk.readthedocs.io/

Contributing

Please file bugs and send pull requests to the GitHub repository and issue tracker. See CONTRIBUTING.rst for details.

About

Django REST Framework bulk CRUD view mixins

https://drf-bulk.readthedocs.io

License:Other


Languages

Language:Python 93.9%Language:Makefile 5.8%Language:Shell 0.3%