Skip to content

Commit

Permalink
Fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ha-Shvn committed Nov 8, 2020
1 parent bdd437a commit 7415b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ To limit fields returned, you can use standard
[QuerySet.only()](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#django.db.models.query.QuerySet.only)
and
[QuerySet.defer()](https://docs.djangoproject.com/en/2.0/ref/models/querysets/#defer) methods.
`create_returning` doesn't support this methods.
`bulk_create_returning` doesn't support this methods for django before 1.10.
`create_returning` doesn't support these methods.
`bulk_create_returning` doesn't support these methods for django before 1.10.


#### <a name="model_methods">Model methods</a>
Expand Down

0 comments on commit 7415b0f

Please sign in to comment.