Skip to content

v1.0.7

Latest

Choose a tag to compare

@khaledsukkar2 khaledsukkar2 released this 12 Jan 18:31
093bd33
  • 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.