Releases: ployst/drf-utils
Releases · ployst/drf-utils
0.2.0
Fix bug in subserializers when there were more than one subserializer of the same base serializer, only_fields
got overwritten.
0.1.0
Add SubSerializer
to be able to create custom subsets of serializer fields.
0.0.6
Package migrations properly with the app.
0.0.5
Decorate requests with a has_valid_token
attribute.
0.0.4
Include initial migration