Skip to content

Commit ab40b80

Browse files
hnykdarpkilby
authored andcommitted
Remove unmaintained django-rest-framework-bulk from docs (encode#7021)
1 parent 39bd6cc commit ab40b80

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/api-guide/generic-views.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,6 @@ If you need to generic PUT-as-create behavior you may want to include something
378378

379379
The following third party packages provide additional generic view implementations.
380380

381-
## Django REST Framework bulk
382-
383-
The [django-rest-framework-bulk package][django-rest-framework-bulk] implements generic view mixins as well as some common concrete generic views to allow to apply bulk operations via API requests.
384-
385381
## Django Rest Multiple Models
386382

387383
[Django Rest Multiple Models][django-rest-multiple-models] provides a generic view (and mixin) for sending multiple serialized models and/or querysets via a single API request.
@@ -394,5 +390,4 @@ The [django-rest-framework-bulk package][django-rest-framework-bulk] implements
394390
[RetrieveModelMixin]: #retrievemodelmixin
395391
[UpdateModelMixin]: #updatemodelmixin
396392
[DestroyModelMixin]: #destroymodelmixin
397-
[django-rest-framework-bulk]: https://github.com/miki725/django-rest-framework-bulk
398393
[django-rest-multiple-models]: https://github.com/MattBroach/DjangoRestMultipleModels

docs/community/third-party-packages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
222222

223223
### Views
224224

225-
* [djangorestframework-bulk][djangorestframework-bulk] - Implements generic view mixins as well as some common concrete generic views to allow to apply bulk operations via API requests.
226225
* [django-rest-multiple-models][django-rest-multiple-models] - Provides a generic view (and mixin) for sending multiple serialized models and/or querysets via a single API request.
227226

228227
### Routers
@@ -305,7 +304,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
305304
[djangorestframework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
306305
[drf-compound-fields]: https://github.com/estebistec/drf-compound-fields
307306
[django-extra-fields]: https://github.com/Hipo/drf-extra-fields
308-
[djangorestframework-bulk]: https://github.com/miki725/django-rest-framework-bulk
309307
[django-rest-multiple-models]: https://github.com/MattBroach/DjangoRestMultipleModels
310308
[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers
311309
[wq.db.rest]: https://wq.io/docs/about-rest

0 commit comments

Comments
 (0)