Skip to content

Releases: dymmond/mongoz

Version 0.10.2

03 Jul 14:54
1cd9750
Compare
Choose a tag to compare

This was missed from the version 0.10.1

Changed

  • Update internals of embedded documents to allow arbitraty types.

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.