From 8d7627a0799b14738c5a79610f7aac8235386609 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Thu, 30 Jul 2015 10:51:44 -0400 Subject: [PATCH] Update third-party-resources.md Add DRY Rest Framework reference onto the third party resources page. --- docs/topics/third-party-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md index 9f0aab381..adf524fd8 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -195,6 +195,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [drf-any-permissions][drf-any-permissions] - Provides alternative permission handling. * [djangorestframework-composed-permissions][djangorestframework-composed-permissions] - Provides a simple way to define complex permissions. * [rest_condition][rest-condition] - Another extension for building complex permissions in a simple and convenient way. +* [dry-rest-permissions][dry-rest-permissions] - Provides a simple way to define permissions for individual api actions. ### Serializers @@ -341,3 +342,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [cdrf.co]:http://www.cdrf.co [drf-tracking]: https://github.com/aschn/drf-tracking [django-rest-framework-braces]: https://github.com/dealertrack/django-rest-framework-braces +[dry-rest-permissions]: https://github.com/Helioscene/dry-rest-permissions