Skip to content

Commit 83c76a9

Browse files
committed
Correct docs: QuerySet.bulk_update() and distinct() are supported
Added in 97769ba and e04056e.
1 parent 653f400 commit 83c76a9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/source/ref/models/querysets.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Supported ``QuerySet`` methods
88
All of Django's :doc:`QuerySet methods <django:ref/models/querysets>` are
99
supported, except:
1010

11-
- :meth:`bulk_update() <django.db.models.query.QuerySet.bulk_update>`
1211
- :meth:`dates() <django.db.models.query.QuerySet.dates>`
1312
- :meth:`datetimes() <django.db.models.query.QuerySet.datetimes>`
14-
- :meth:`distinct() <django.db.models.query.QuerySet.distinct>`
1513
- :meth:`extra() <django.db.models.query.QuerySet.extra>`
1614
- :meth:`prefetch_related() <django.db.models.query.QuerySet.prefetch_related>`
1715

docs/source/topics/known-issues.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ Querying
3030

3131
- The following ``QuerySet`` methods aren't supported:
3232

33-
- :meth:`bulk_update() <django.db.models.query.QuerySet.bulk_update>`
3433
- :meth:`dates() <django.db.models.query.QuerySet.dates>`
3534
- :meth:`datetimes() <django.db.models.query.QuerySet.datetimes>`
36-
- :meth:`distinct() <django.db.models.query.QuerySet.distinct>`
3735
- :meth:`extra() <django.db.models.query.QuerySet.extra>`
3836
- :meth:`prefetch_related() <django.db.models.query.QuerySet.prefetch_related>`
3937

0 commit comments

Comments
 (0)