fix comment

This commit is contained in:
Viktor Ershov 2015-09-21 18:49:53 +03:00
parent d903b07ccf
commit 0800931a81

View File

@ -46,7 +46,7 @@ class GenericAPIView(views.APIView):
# The style to use for queryset pagination.
pagination_class = api_settings.DEFAULT_PAGINATION_CLASS
# The database router classes to use as queryset aliases
# The database router classes to find the correct db alias for queryset
db_router_classes = api_settings.DEFAULT_DB_ROUTER_CLASSES
def get_queryset(self):