Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency django-model-utils to v5 #14

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-model-utils ^4 -> ^5 age adoption passing confidence

Release Notes

jazzband/django-model-utils (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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-model-utils-5.x branch from 4aedb8c to 64cc613 Compare October 9, 2024 04:02
@MarcoGlauser MarcoGlauser self-requested a review October 9, 2024 04:06
@MarcoGlauser MarcoGlauser merged commit e747444 into master Oct 9, 2024
14 checks passed
@renovate renovate bot deleted the renovate/django-model-utils-5.x branch October 9, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant