Skip to content

Releases: ployst/drf-utils

0.2.0

Choose a tag to compare

@txels txels released this 26 Apr 15:34

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

0.1.0

Choose a tag to compare

@txels txels released this 01 Apr 16:59

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

0.0.6

Choose a tag to compare

@txels txels released this 05 Feb 22:03

Package migrations properly with the app.

0.0.5

Choose a tag to compare

@txels txels released this 05 Feb 21:00

Decorate requests with a has_valid_token attribute.

0.0.4

Choose a tag to compare

@alexcouper alexcouper released this 05 Feb 18:29

Include initial migration