Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Releases: dabapps/django-rest-framework-serialization-spec

0.0.7 Beta

02 Nov 11:42
265b142
Compare
Choose a tag to compare
0.0.7 Beta Pre-release
Pre-release
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

15 Sep 15:13
Compare
Choose a tag to compare

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

21 Feb 14:04
2affb92
Compare
Choose a tag to compare

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

03 Dec 14:20
Compare
Choose a tag to compare
v0.4 Beta Pre-release
Pre-release
  • Add SerializationSpecMixin.get_serializatoin_spec(self, request) method
  • Add Aliased() and allow alias to be specified in Filtered

v0.3 Beta

25 Nov 10:44
924b976
Compare
Choose a tag to compare
v0.3 Beta Pre-release
Pre-release

Make self.request_user also available in SerializationSpecPlugins within Filtereds

v0.2 Beta

21 Nov 15:06
5854652
Compare
Choose a tag to compare
v0.2 Beta Pre-release
Pre-release

Make self.request_user available in SerializationSpecPlugins

Beta 0.1

18 Nov 09:51
4c87462
Compare
Choose a tag to compare
Beta 0.1 Pre-release
Pre-release
Add docs for `Filtered`

https://github.com/dabapps/django-rest-framework-serialization-spec/pull/29