1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

linter compliance

This commit is contained in:
Pierre-antoine Comby
2020-03-25 00:12:56 +01:00
parent 0411646ae6
commit f85f292d5b
3 changed files with 5 additions and 2 deletions

View File

@ -94,6 +94,7 @@ class TransactionTemplateViewSet(viewsets.ModelViewSet):
filterset_fields = ['name', 'amount', 'display', 'category', ]
search_fields = ['$name', ]
class TransactionViewSet(ReadProtectedModelViewSet):
"""
REST API View set.