mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
clarify docs for managers of SoftDeletableModel
follow-up to https://github.com/jazzband/django-model-utils/pull/438/
This commit is contained in:
parent
46d33923ba
commit
8b5f1f5213
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue