Skip to content

Latest commit

 

History

History
92 lines (44 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

92 lines (44 loc) · 4.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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