Skip to content

Releases: dymmond/mongoz

Version 0.10.1

03 Jul 14:35
102d06b
Compare
Choose a tag to compare

Fix

  • Native decimal.Decimal internal convertion to bson.decimal128.Decimal128.

Version 0.10.0

25 Jun 15:29
155a469
Compare
Choose a tag to compare

Added

Fixed

  • Fix regression with collection name by @tarsil in #41

Full Changelog: 0.9.0...0.10.0

Version 0.9.0

12 Jun 16:00
e66a9ab
Compare
Choose a tag to compare

Added

Changed

  • Cleaned up logic to design indexes in the metaclass.

Version 0.8.0

02 May 12:12
cf20c45
Compare
Choose a tag to compare

Changed

  • Internal support for hatch and removed the need for a Makefile
  • Documentation references
  • Add using method to QuerySet manager #28 by @harshalizode.

0.7.0

26 Apr 18:37
d4aa72b
Compare
Choose a tag to compare

Added

  • Support for QuerySetManagers. Users can now build their own custom managers
    and add into the documents.
  • Documentation for the QuerySetManager.

Fixed

  • Validation for abstract classes with multiple managers.

Version 0.6.0

08 Mar 11:48
b9fc884
Compare
Choose a tag to compare

Changed

  • New lazy loading settings working side by side with dymmond-settings.

Version 0.5.1

08 Mar 10:08
b052047
Compare
Choose a tag to compare

Changed

  • Update internal dymmond-settings minimum requirement.

Version 0.5.0

07 Mar 19:13
9dd0535
Compare
Choose a tag to compare

Changed

BREAKING CHANGE

  • SETTINGS_MODULE was renamed to MONGOZ_SETTINGS_MODULE.

Version 0.4.1

16 Jan 11:19
91b8aed
Compare
Choose a tag to compare

Added

  • unique validation for indexing in the metaclass.

Version 0.4.0

16 Jan 10:36
9fa0f7a
Compare
Choose a tag to compare

Added

  • New run_sync allowing to run sync operations within Mongoz.

Changed

Breaking changes

Mongoz now uses Dymmond Settings which this simply affects the way the
settings module is loaded. Prior to version 0.4.0 it was like this:

MONGOZ_SETTINGS_MODULE=...

From version 0.4.0 is:

SETTINGS_MODULE=...

The rest remains as it. More information about how to use it in the official documentation.