Skip to content

Releases: aiscenblue/mongoengine_serialize

Bug fixes

27 Jun 13:11
Compare
Choose a tag to compare
1.2.8

bug fixes

Child ObjectId Serialization

10 Aug 01:51
Compare
Choose a tag to compare

enhancement on serializing child objectIds

Unit Testing, enhancements

08 Aug 09:11
Compare
Choose a tag to compare

Unit Testing, enhance recurring array serialization, move to serializer.py and imported to init inside all attribute

LazyReferenceField query support

22 Apr 05:59
Compare
Choose a tag to compare
1.2.4

added LazyReferenceField query support

nested Document enhancement

22 Apr 04:34
Compare
Choose a tag to compare
1.2.2

aded: new documentation for new function update parameter, refactor

minor fixes

15 Apr 23:13
Compare
Choose a tag to compare
1.2.0

minor fixes

exclude function recursion refactor for better performance

15 Apr 04:07
Compare
Choose a tag to compare

Refactor and enhancements

14 Apr 14:02
Compare
Choose a tag to compare

refactor and enhancement in list type and dict type in parent and child attribute
fix exclude function fixes on nested attribute will be excluded

remove Exception error

12 Apr 17:36
Compare
Choose a tag to compare

remove Exception error and have an alternative value if alter_after_serialize_attributes is not complied properly

Feature: Support QuerySet as parameter

12 Apr 17:16
Compare
Choose a tag to compare

before only accepts BaseDocument. not you can directly feed your find() result object to the serialize library