Skip to content

Releases: ployst/drf-utils

0.2.0

26 Apr 15:34
Compare
Choose a tag to compare

Fix bug in subserializers when there were more than one subserializer of the same base serializer, only_fields got overwritten.

0.1.0

01 Apr 16:59
Compare
Choose a tag to compare

Add SubSerializer to be able to create custom subsets of serializer fields.

0.0.6

05 Feb 22:03
Compare
Choose a tag to compare

Package migrations properly with the app.

0.0.5

05 Feb 21:00
Compare
Choose a tag to compare

Decorate requests with a has_valid_token attribute.

0.0.4

05 Feb 18:29
Compare
Choose a tag to compare

Include initial migration