mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Document deprecation of JoinManager in ChangeLog
This commit is contained in:
parent
784bf50c09
commit
1ca51a55ed
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ To be released
|
|||
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
|
||||
|
||||
4.4.0 (2024-02-10)
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue