From 74500c9dc0f8f83be38a23bc3f22391283625442 Mon Sep 17 00:00:00 2001 From: CloudCode Hungary <56896763+cloudcode-hungary@users.noreply.github.com> Date: Mon, 28 Oct 2019 07:44:19 +0100 Subject: [PATCH] add djangorestframework-features to third-party --- docs/community/third-party-packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 10a67840c..8e295de92 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -272,6 +272,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [django-rest-framework-condition][django-rest-framework-condition] - Decorators for managing HTTP cache headers for Django REST framework (ETag and Last-modified). * [django-rest-witchcraft][django-rest-witchcraft] - Provides DRF integration with SQLAlchemy with SQLAlchemy model serializers/viewsets and a bunch of other goodies * [djangorestframework-mvt][djangorestframework-mvt] - An extension for creating views that serve Postgres data as Map Box Vector Tiles. +* [djangorestframework-features][djangorestframework-features] - Advanced schema generation and more based on named features. [cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html [cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework @@ -354,3 +355,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [django-restql]: https://github.com/yezyilomo/django-restql [djangorestframework-mvt]: https://github.com/corteva/djangorestframework-mvt [django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian +[djangorestframework-features]: https://github.com/cloudcode-hungary/django-rest-framework-features/