Changelog¶
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
1.0.0 - 2026-07-24¶
Added¶
- Initial release.
PartialFieldsSerializerMixin,PartialFieldsSerializer, andPartialFieldsModelSerializerfor sparse-fieldset serialization.PartialResponseMixinfor automatic view/queryset wiring.- Nested field selection, exclusion (
-field), aliasing (alias:field), and wildcard (*) syntax in thefieldsquery parameter. - Automatic
select_related/prefetch_related/only()query optimization based on the requested fields, including recursive optimization of nestedPrefetchquerysets. requires_relateddecorator for declaring optimizer hints onSerializerMethodFieldmethods.- Optional
drf-spectacularintegration (PartialResponseAutoSchema,fields_query_parameter). - Full test suite across Python 3.10–3.13 and Django 4.2–5.2.