Oprogramowanie ma na celu usprawnienie obsługi klientów Sieci Obywatelskiej Watchdog Polska oraz zwiększenie efektywności wsparcia ze strony praktykantów i ekspertów zewnętrznych. Dokonywana ma być także podstawowa analiza statystyczna pracy.
jazzband/django-model-utils (django-model-utils)
### [`v5.0.0`](https://redirect.github.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#500-2024-09-01)
[Compare Source](https://redirect.github.com/jazzband/django-model-utils/compare/4.5.1...5.0.0)
- 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](https://redirect.github.com/GH-/django-model-utils/issues/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](https://redirect.github.com/GH-/django-model-utils/issues/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 this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==4.5.1
->==5.0.0
Release Notes
jazzband/django-model-utils (django-model-utils)
### [`v5.0.0`](https://redirect.github.com/jazzband/django-model-utils/blob/HEAD/CHANGES.rst#500-2024-09-01) [Compare Source](https://redirect.github.com/jazzband/django-model-utils/compare/4.5.1...5.0.0) - 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](https://redirect.github.com/GH-/django-model-utils/issues/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](https://redirect.github.com/GH-/django-model-utils/issues/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 this update again.
This PR was generated by Mend Renovate. View the repository job log.