Releases: TurboGears/sprox
Releases · TurboGears/sprox
Version 0.11.2
Version 0.11.1
- On SQLalchemy
.update
will no longer clear fields that were not provided if they are a relation. To clear them, set them toNone
or[]
according to the fact that they are a one or many relationship.
Version 0.11.0
- Delete is now idempotent, if the object was already deleted it will no longer lead to an error.
- Support for Sorting on related entities in
.query
. If the specified sort criteria is a field that points to a relation, the results will be sorted by the "name" field of the related entity as suggested byrelated_field_names
. This requires MongoDB 3.2+ when using the MongoDB Provider.