You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Nested Syntax: Added support for passing instantiated serializers in the nested configuration. This allows for a more pythonic, type-safe, and cleaner syntax compared to the dictionary-based approach.
ShapelessViewMixin: Introduced ShapelessViewMixin for Class-Based Views support. This mixin automatically injects dynamic configuration (fields, nested, etc.) into the serializer, simplifying controller logic.
Improved Test Suite: Added more tests for nested relationships and DRF view classes to ensure robustness.