Releases: dabapps/django-rest-framework-serialization-spec
Releases · dabapps/django-rest-framework-serialization-spec
0.0.7 Beta
Merge pull request #63 from dabapps/extract-logic-from-mixin
Move logic out of `get_queryset` method so it can be used without mixin
v0.6 Beta
Fixes:
- Handle multiple M2M id list fields
- Expand serialization_specs recursively
- Fix nullability and type issue with
MethodCall
plugin
Improvements:
- Use Django's Exists aggregation logic for Exists
v0.5 Beta
Fix a bug where reverse many-to-many relations could not be traversed because of erroneously attempting to prefetch the reverse foreign key where there wasn't one.
v0.4 Beta
- Add
SerializationSpecMixin.get_serializatoin_spec(self, request)
method
- Add
Aliased()
and allow alias to be specified in Filtered
v0.3 Beta
Make self.request_user
also available in SerializationSpecPlugin
s within Filtered
s
v0.2 Beta
Make self.request_user
available in SerializationSpecPlugin
s
Beta 0.1
Add docs for `Filtered`
https://github.com/dabapps/django-rest-framework-serialization-spec/pull/29