ripozo v0.4.0.b1 Release Notes

Release Date: 2015-06-05 // almost 9 years ago
    • RetrieveList now compatible with Single resource rest mixins
    • ➕ Added RetrieveRetrieveList restmixin.
    • Relationships now take a no pks parameter which specifies that the resource in question should not use the pks (helpful for RetrieveRetrieveList and such)
    • 🛠 Fixed bug in DictField that removed key-value pairs not explicitly specified.
    • ➕ Added update_fields class property to Base Manager.