MCPcopy
hub / github.com/django/django / insert_values

Method insert_values

django/db/models/sql/subqueries.py:161–164  ·  view source on GitHub ↗
(self, fields, objs, raw=False)

Source from the content-addressed store, hash-verified

159 self.unique_fields = unique_fields or []
160
161 def insert_values(self, fields, objs, raw=False):
162 self.fields = fields
163 self.objs = objs
164 self.raw = raw
165
166
167class AggregateQuery(Query):

Callers 2

_insertMethod · 0.95

Calls

no outgoing calls