All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.0-beta.2 (2023-11-16)
- Fix BooleanField (e5a87c6)
0.6.0-beta.1 (2023-11-16)
- Switch to ruff formatter (3183d28)
0.6.0-beta.0 (2023-11-15)
-
Removed
blank
argument support for fields, use mongoenginerequired
instead.ast-grep
can be used to automatically rewrite old code:ast-grep scan -r sg-rules/0.6.0-rewrite-blank.yml . -i
Be careful to review, clean it up and test.
-
Switch to mongoengine style field arguments. Drop old django (#200) (9d56f6a)
0.5.7-beta.1 (2023-11-04)
- Fix typing_extensions dependency (6fa3394)
0.5.7-beta.0 (2023-11-04)
- More work on typing support; add black and ruff (b9a0e0e)
0.5.6 (2023-11-03)
- typing: Add static types for dynamic classes (5c843e6)
0.5.6-beta.0 (2023-08-16)
- Update test matrix; drop python 3.7 (1bca66a)
- Fix queryset comparison for django 4.2 (da5f2b5)
0.5.5 (2023-08-10)
0.5.4 (2022-05-27)
- Fix package metadata (a2496b4)
0.5.3 (2022-05-27)
- Properly set attributes for auto created field (3b9c039)
0.5.2 (2022-05-26)
- Fix create without id (41bc837)
0.5.1 (2022-05-26)
- Add placeholders for get_path_to_parent/get_path_from_parent (3653d21)
- Use django-patched ObjectIdField for auto created primary keys. (5fde4a6)
0.5.0 (2022-05-14)
- Clean up deprecated code for django-4 (c82cbc6), closes #156
- Drop django 2.2, add django 4.0 (6c3d068)
- Fix 'StringField' object has no attribute 'flatchoices' (#161) (db3860d)
- Fix invalid import EMPTY_CHANGELIST_VALUE in django >= 3 (e8a75e8)
- deps: Move pytests dependency int dev-dependencies (f7e37a7)
0.4.6 (2021-04-11)
- deps: Move pytests dependency int dev-dependencies (f7e37a7)
0.4.5 (2021-04-11)
- Remove six (773c791)
- drf-spectacular: AutoSchema generator for drf-spectacular support. (2ef9529)
- Support Django 3.2
- Add missing init.py (bb11d36)
- Support for django 1.9, minimum django version: 1.7
- Moved
django_mongoengine.mongo_auth.MongoUser
todjango_mongoengine.mongo_auth.models.MongoUser