Skip to content

Latest commit

 

History

History
142 lines (68 loc) · 6.31 KB

CHANGELOG.md

File metadata and controls

142 lines (68 loc) · 6.31 KB

Changelog

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)

Bug Fixes

0.6.0-beta.1 (2023-11-16)

Features

  • Switch to ruff formatter (3183d28)

0.6.0-beta.0 (2023-11-15)

⚠ BREAKING CHANGES

  • Removed blank argument support for fields, use mongoengine required 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)

Bug Fixes

  • Fix typing_extensions dependency (6fa3394)

0.5.7-beta.0 (2023-11-04)

Bug Fixes

  • More work on typing support; add black and ruff (b9a0e0e)

0.5.6 (2023-11-03)

Bug Fixes

  • typing: Add static types for dynamic classes (5c843e6)

0.5.6-beta.0 (2023-08-16)

Features

  • Update test matrix; drop python 3.7 (1bca66a)

Bug Fixes

  • Fix queryset comparison for django 4.2 (da5f2b5)

0.5.5 (2023-08-10)

Bug Fixes

  • admin: Use page_num without +1 (just like django does) (#186) (8377bff)

0.5.4 (2022-05-27)

Bug Fixes

0.5.3 (2022-05-27)

Bug Fixes

  • Properly set attributes for auto created field (3b9c039)

0.5.2 (2022-05-26)

Bug Fixes

0.5.1 (2022-05-26)

Bug Fixes

  • 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)

Features

  • Clean up deprecated code for django-4 (c82cbc6), closes #156
  • Drop django 2.2, add django 4.0 (6c3d068)

Bug Fixes

  • 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)

Bug Fixes

  • deps: Move pytests dependency int dev-dependencies (f7e37a7)

0.4.5 (2021-04-11)

Features

  • Remove six (773c791)
  • drf-spectacular: AutoSchema generator for drf-spectacular support. (2ef9529)
  • Support Django 3.2

Bug Fixes

2016-01-27

  • Support for django 1.9, minimum django version: 1.7
  • Moved django_mongoengine.mongo_auth.MongoUser to django_mongoengine.mongo_auth.models.MongoUser