Skip to content

Releases: TurboGears/sprox

Version 0.11.2

03 May 20:41
Compare
Choose a tag to compare
  • Fix issue with SQLAlchemy 1.3.16 RelationshipProperty

Version 0.11.1

14 Nov 23:39
Compare
Choose a tag to compare
  • On SQLalchemy .update will no longer clear fields that were not provided if they are a relation. To clear them, set them to None or [] according to the fact that they are a one or many relationship.

Version 0.11.0

14 Nov 23:37
Compare
Choose a tag to compare
  • 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 by related_field_names. This requires MongoDB 3.2+ when using the MongoDB Provider.