ripozo v0.5.0 Release Notes

Release Date: 2015-06-18 // almost 9 years ago
    • 📦 Renamed viewsets package to resources
    • Many underscore fields were removed with the exception of _relationships and _links
    • 0️⃣ Fields default to checking the Query string, request body and url parameters for argument if no arg_type is specified.
    • Query args can be specified in relationships. Every argument available will be appended to the query string
    • query args on a resource is now a list that simply pulls from the properties.
    • ✂ Removed translate method from request container. Instead the request object is now injected into the translate_fields method from ripozo.viewsets.fields.base module