Explore >> Select a destination


You are here

stribny.name
| | www.cdrf.co
1.6 parsecs away

Travel
| | Detailed descriptions, with full methods and attributes of CreateModelMixin Django REST Framework class.
| | davi.sh
1.4 parsecs away

Travel
| | I often want to include related nested objects in my Django REST Framework ModelViewSets for CRUD operations, but don't want those related objects cluttering up the list view. To accomplish this, you can return a serializer from get_serializer_class() that doesn't include the nested relation when the ViewSet action is list. I ended up doing this on a bunch of viewsets, so I factored the logic out into a separate mixin: from typing import Union from rest_framework import viewsets class ListSerializerMixi....
| | www.mattlayman.com
1.9 parsecs away

Travel
| | If you use Django REST Framework and the DRF JSON API extension, you may want to learn how to sideload extra resources to save on network requests of commonly paired models. We will explore the extra settings required to make that happen.
| | kenan7.com
12.4 parsecs away

Travel
| Enhance Django admin with a symmetrical ManyToMany filter widget for a consistent and user-friendly experience. Improve UI and UX with this guide