Releases: cuenca-mx/mongoengine-plus
Releases · cuenca-mx/mongoengine-plus
async insert
Remove _cls from heritage embedded docuemnts
What's Changed
- _cls field remove from mongo_to_dict by @alexviquez in #69
New Contributors
- @alexviquez made their first contribution in #69
Full Changelog: 0.0.3...0.0.4
Pre-release embededdocument
0.0.4.dev0 version
Asyncio
Merge pull request #13 from cuenca-mx/asyncio Asyncio
asyncio
fix dependency
asyncio
0.0.3.dev2 async_update
asyncio
0.0.3.dev1 Remove inheritance
async_first
0.0.3.dev0 Adding async_first and abstract base class
async wrapper
async wrappers for methods in Document and QuerySet classes
Enumfield, pre-signal on pre-save and some helpers
- EnumField save as string in db but retrive as enum
- Decorator for updated_at on pre-save
- Helpers for uuid identifiers
- to_dict recognizes types and structures