Skip to content

Commit

Permalink
Document deprecation of JoinManager in ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Apr 17, 2024
1 parent 784bf50 commit 1ca51a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down

0 comments on commit 1ca51a5

Please sign in to comment.