1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref/models
Day Barr 51fa59f0b3 Fixed typo in QuerySet.bulk_update documentation (#10859)
Looks like an accidental carry over from the pre-existing
QuerySet.bulk_create documentation.
2019-01-17 12:31:48 -05:00
..
class.txt
conditional-expressions.txt
constraints.txt Fixed #30062 -- Added support for unique conditional constraints. 2019-01-12 09:50:20 -05:00
database-functions.txt Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
expressions.txt Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
fields.txt Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
index.txt
indexes.txt Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
instances.txt
lookups.txt
meta.txt
options.txt Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
querysets.txt Fixed typo in QuerySet.bulk_update documentation (#10859) 2019-01-17 12:31:48 -05:00
relations.txt Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model. 2019-01-15 11:12:17 -05:00