Skip to content

101Loop/drf-bulk

 
 

Repository files navigation

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 93.9%
  • Makefile 5.8%
  • Shell 0.3%