Skip to content

Update dependency django-model-utils to v5

Tine Wittler requested to merge renovate/django-model-utils-5.x into master

This MR contains the following updates:

Package Type Update Change
django-model-utils dependencies major ^4.0.0 -> ^5.0.0

Release Notes

jazzband/django-model-utils

v5.0.0

Compare Source

  • Add formal support for Django 5.1
  • Remove MonitorField deprecation warning. None - instead of django.utils.timezone.now will be used when nullable and no default provided (GH-#​599)
  • Add deprecation warning for MonitorField. The default value will be None instead of django.utils.timezone.now - when nullable and without a default.
  • Add Brazilian Portuguese translation (GH-#​578)
  • Don't use post_init signal for initialize tracker
  • Make contribute_to_class() in StatusField, MonitorField and SplitField forward additional arguments to Django
  • SplitField no longer accepts no_excerpt_field as a keyword argument
  • Make soft argument to SoftDeletableModel.delete() keyword-only
  • JoinManager and JoinManagerMixin have been deprecated; please use JoinQueryset.as_manager() instead
  • Change SoftDeletableQuerySetMixin.delete to replicate Django's API.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports