Merge pull request #589 from tadamcz/tadamcz-docs-SoftDeletableModel

clarify docs for managers of SoftDeletableModel
This commit is contained in:
Jelmer 2024-03-21 08:21:29 +01:00 committed by GitHub
commit 99458d6c34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
------------------