mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Merge pull request #589 from tadamcz/tadamcz-docs-SoftDeletableModel
clarify docs for managers of SoftDeletableModel
This commit is contained in:
commit
99458d6c34
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