Skip to content

Releases: cuenca-mx/mongoengine-plus

async insert

16 Mar 18:40
f6128be

Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.1.0

Remove _cls from heritage embedded docuemnts

27 Oct 00:18
1908356

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.3...0.0.4

Pre-release embededdocument

03 May 23:27

Choose a tag to compare

Pre-release
0.0.4.dev0

version

Asyncio

08 Jun 21:48
01e55db

Choose a tag to compare

Merge pull request #13 from cuenca-mx/asyncio

Asyncio

asyncio

27 May 23:25

Choose a tag to compare

asyncio Pre-release
Pre-release

fix dependency

asyncio

25 May 23:21

Choose a tag to compare

asyncio Pre-release
Pre-release
0.0.3.dev2

async_update

asyncio

20 May 01:52

Choose a tag to compare

asyncio Pre-release
Pre-release
0.0.3.dev1

Remove inheritance

async_first

20 May 01:44

Choose a tag to compare

async_first Pre-release
Pre-release
0.0.3.dev0

Adding async_first and abstract base class

async wrapper

04 May 20:48
3129d4a

Choose a tag to compare

async wrappers for methods in Document and QuerySet classes

Enumfield, pre-signal on pre-save and some helpers

01 May 00:20
f961042

Choose a tag to compare

  • 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