Django-documentdb

Latest version: v0.0.9

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.0.3

Changelog
- Fixed project fields

**Full Changelog**: https://github.com/iYasha/django-documentdb/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Join support for DocumentDB by iYasha in https://github.com/iYasha/django-documentdb/pull/2
* Add documentation by iYasha in https://github.com/iYasha/django-documentdb/pull/6


**Full Changelog**: https://github.com/iYasha/django-documentdb/compare/v0.0.1...v0.0.2

0.0.1

Changelog
- Added support exact, gt, gte, lt, lte, in operations, count operations
- Added support iexact, startswith, istartswith, endswith, iendswith, contains, icontains, regex, iregex
- Added ability to set hint for DocumentDB (e.g. `User.objects.filter(email__endswith='gmail.com').index_hint('email_regex_idx')` )
- Added low-performance warnings
- Added aggregation methods support (e.g. `User.objects.filter(email__endswith='gmail.com').aggregate(models.Sum('balance'))` )
- Added F objects support (e.g.`User.objects.annotate(total_balance=models.F('income') - models.F('expense'))` )

Incompatible features: https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis.html

**Full Changelog**: https://github.com/iYasha/django-documentdb/commits/v0.0.1

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.