dbkaplan / dry-rest-permissions

Rules based permissions for the Django Rest Framework
ISC License
376 stars 59 forks source link

Add support to use DRYPermissions in APIView classes without 'action' attribute #3

Closed marctc closed 9 years ago

dbkaplan commented 9 years ago

Hey Marc,

Great stuff! Thanks for fixing all my spelling mistakes :). You would make a great editor.

marctc commented 9 years ago

Hi David, Thanks! In fact, the spell checker of PyCharm helped me a little bit on this ;)

Good job with this library, btw! Let me know when you upload the new version to PyPI.

cheers