|
12 | 12 | from rest_framework_json_api.filters import OrderingFilter, QueryParameterValidationFilter
|
13 | 13 | from rest_framework_json_api.pagination import JsonApiPageNumberPagination
|
14 | 14 | from rest_framework_json_api.utils import format_drf_errors
|
15 | | -from rest_framework_json_api.views import ModelViewSet, RelationshipView, PreloadIncludesMixin |
| 15 | +from rest_framework_json_api.views import ModelViewSet, PreloadIncludesMixin, RelationshipView |
16 | 16 |
|
17 | 17 | from example.models import Author, Blog, Comment, Company, Entry, Project, ProjectType
|
18 | 18 | from example.serializers import (
|
|
0 commit comments