clarify docs for managers of SoftDeletableModel

follow-up to https://github.com/jazzband/django-model-utils/pull/438/
This commit is contained in:
Tom Adamczewski 2024-02-12 10:35:00 +00:00 committed by tadamcz
parent 46d33923ba
commit 8b5f1f5213

View file

@ -89,8 +89,8 @@ manager ``available_objects`` are limited to not-deleted instances.
Note that relying on the default ``objects`` manager to filter out not-deleted
instances is deprecated. ``objects`` will include deleted objects in a future
release.
release. Until then, the recommended course of action is to use the manager
``all_objects`` when you want to include all instances.
UUIDModel
------------------