ripozo v1.2.0 Release Notes
Release Date: 2015-11-20 // over 7 years ago-
- ➕ Added
remove_properties
attribute toRelationship
instantiation. This allows a user to keep properties in both the parent and the child such as passing a parent's id to the child while keeping it in its properties. - ➕ Added
FilterRelationship
class which provides a shortcut to creating Relationships that point to a filtering against a list of resources. - Added
manager_translate
decorator which will replace thetranslate
decorator when using manager generated fields to translate and decorate an @apimethod. Usingtranslate
for manager_fields will be deprecated in v2.0
- ➕ Added