Skip to content

Releases: 2degrees/drf-nested-resources

2.0.0

13 Jan 10:11

Choose a tag to compare

Added support for Django 2.2 and removed support for Django < 2.2

1.3

29 Sep 14:21

Choose a tag to compare

1.3

Updated to use django 1.11

1.2b1

10 Feb 15:32

Choose a tag to compare

1.2b1 Pre-release
Pre-release

Implemented ability to force a field value in a nested resource to be set to the URL of an ascending resource. This is done using the optional attribute field_forced_to_ancestor on the serializer's Meta class.