queries.txt 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772
  1. ==============
  2. Making queries
  3. ==============
  4. .. currentmodule:: django.db.models
  5. Once you've created your :doc:`data models </topics/db/models>`, Django
  6. automatically gives you a database-abstraction API that lets you create,
  7. retrieve, update and delete objects. This document explains how to use this
  8. API. Refer to the :doc:`data model reference </ref/models/index>` for full
  9. details of all the various model lookup options.
  10. Throughout this guide (and in the reference), we'll refer to the following
  11. models, which comprise a blog application:
  12. .. _queryset-model-example:
  13. .. code-block:: python
  14. from datetime import date
  15. from django.db import models
  16. class Blog(models.Model):
  17. name = models.CharField(max_length=100)
  18. tagline = models.TextField()
  19. def __str__(self):
  20. return self.name
  21. class Author(models.Model):
  22. name = models.CharField(max_length=200)
  23. email = models.EmailField()
  24. def __str__(self):
  25. return self.name
  26. class Entry(models.Model):
  27. blog = models.ForeignKey(Blog, on_delete=models.CASCADE)
  28. headline = models.CharField(max_length=255)
  29. body_text = models.TextField()
  30. pub_date = models.DateField()
  31. mod_date = models.DateField(default=date.today)
  32. authors = models.ManyToManyField(Author)
  33. number_of_comments = models.IntegerField(default=0)
  34. number_of_pingbacks = models.IntegerField(default=0)
  35. rating = models.IntegerField(default=5)
  36. def __str__(self):
  37. return self.headline
  38. Creating objects
  39. ================
  40. To represent database-table data in Python objects, Django uses an intuitive
  41. system: A model class represents a database table, and an instance of that
  42. class represents a particular record in the database table.
  43. To create an object, instantiate it using keyword arguments to the model class,
  44. then call :meth:`~django.db.models.Model.save` to save it to the database.
  45. Assuming models live in a file ``mysite/blog/models.py``, here's an example::
  46. >>> from blog.models import Blog
  47. >>> b = Blog(name='Beatles Blog', tagline='All the latest Beatles news.')
  48. >>> b.save()
  49. This performs an ``INSERT`` SQL statement behind the scenes. Django doesn't hit
  50. the database until you explicitly call :meth:`~django.db.models.Model.save`.
  51. The :meth:`~django.db.models.Model.save` method has no return value.
  52. .. seealso::
  53. :meth:`~django.db.models.Model.save` takes a number of advanced options not
  54. described here. See the documentation for
  55. :meth:`~django.db.models.Model.save` for complete details.
  56. To create and save an object in a single step, use the
  57. :meth:`~django.db.models.query.QuerySet.create()` method.
  58. Saving changes to objects
  59. =========================
  60. To save changes to an object that's already in the database, use
  61. :meth:`~django.db.models.Model.save`.
  62. Given a ``Blog`` instance ``b5`` that has already been saved to the database,
  63. this example changes its name and updates its record in the database::
  64. >>> b5.name = 'New name'
  65. >>> b5.save()
  66. This performs an ``UPDATE`` SQL statement behind the scenes. Django doesn't hit
  67. the database until you explicitly call :meth:`~django.db.models.Model.save`.
  68. Saving ``ForeignKey`` and ``ManyToManyField`` fields
  69. ----------------------------------------------------
  70. Updating a :class:`~django.db.models.ForeignKey` field works exactly the same
  71. way as saving a normal field -- assign an object of the right type to the field
  72. in question. This example updates the ``blog`` attribute of an ``Entry``
  73. instance ``entry``, assuming appropriate instances of ``Entry`` and ``Blog``
  74. are already saved to the database (so we can retrieve them below)::
  75. >>> from blog.models import Blog, Entry
  76. >>> entry = Entry.objects.get(pk=1)
  77. >>> cheese_blog = Blog.objects.get(name="Cheddar Talk")
  78. >>> entry.blog = cheese_blog
  79. >>> entry.save()
  80. Updating a :class:`~django.db.models.ManyToManyField` works a little
  81. differently -- use the
  82. :meth:`~django.db.models.fields.related.RelatedManager.add` method on the field
  83. to add a record to the relation. This example adds the ``Author`` instance
  84. ``joe`` to the ``entry`` object::
  85. >>> from blog.models import Author
  86. >>> joe = Author.objects.create(name="Joe")
  87. >>> entry.authors.add(joe)
  88. To add multiple records to a :class:`~django.db.models.ManyToManyField` in one
  89. go, include multiple arguments in the call to
  90. :meth:`~django.db.models.fields.related.RelatedManager.add`, like this::
  91. >>> john = Author.objects.create(name="John")
  92. >>> paul = Author.objects.create(name="Paul")
  93. >>> george = Author.objects.create(name="George")
  94. >>> ringo = Author.objects.create(name="Ringo")
  95. >>> entry.authors.add(john, paul, george, ringo)
  96. Django will complain if you try to assign or add an object of the wrong type.
  97. .. _retrieving-objects:
  98. Retrieving objects
  99. ==================
  100. To retrieve objects from your database, construct a
  101. :class:`~django.db.models.query.QuerySet` via a
  102. :class:`~django.db.models.Manager` on your model class.
  103. A :class:`~django.db.models.query.QuerySet` represents a collection of objects
  104. from your database. It can have zero, one or many *filters*. Filters narrow
  105. down the query results based on the given parameters. In SQL terms, a
  106. :class:`~django.db.models.query.QuerySet` equates to a ``SELECT`` statement,
  107. and a filter is a limiting clause such as ``WHERE`` or ``LIMIT``.
  108. You get a :class:`~django.db.models.query.QuerySet` by using your model's
  109. :class:`~django.db.models.Manager`. Each model has at least one
  110. :class:`~django.db.models.Manager`, and it's called
  111. :attr:`~django.db.models.Model.objects` by default. Access it directly via the
  112. model class, like so::
  113. >>> Blog.objects
  114. <django.db.models.manager.Manager object at ...>
  115. >>> b = Blog(name='Foo', tagline='Bar')
  116. >>> b.objects
  117. Traceback:
  118. ...
  119. AttributeError: "Manager isn't accessible via Blog instances."
  120. .. note::
  121. ``Managers`` are accessible only via model classes, rather than from model
  122. instances, to enforce a separation between "table-level" operations and
  123. "record-level" operations.
  124. The :class:`~django.db.models.Manager` is the main source of ``QuerySets`` for
  125. a model. For example, ``Blog.objects.all()`` returns a
  126. :class:`~django.db.models.query.QuerySet` that contains all ``Blog`` objects in
  127. the database.
  128. Retrieving all objects
  129. ----------------------
  130. The simplest way to retrieve objects from a table is to get all of them. To do
  131. this, use the :meth:`~django.db.models.query.QuerySet.all` method on a
  132. :class:`~django.db.models.Manager`::
  133. >>> all_entries = Entry.objects.all()
  134. The :meth:`~django.db.models.query.QuerySet.all` method returns a
  135. :class:`~django.db.models.query.QuerySet` of all the objects in the database.
  136. Retrieving specific objects with filters
  137. ----------------------------------------
  138. The :class:`~django.db.models.query.QuerySet` returned by
  139. :meth:`~django.db.models.query.QuerySet.all` describes all objects in the
  140. database table. Usually, though, you'll need to select only a subset of the
  141. complete set of objects.
  142. To create such a subset, you refine the initial
  143. :class:`~django.db.models.query.QuerySet`, adding filter conditions. The two
  144. most common ways to refine a :class:`~django.db.models.query.QuerySet` are:
  145. ``filter(**kwargs)``
  146. Returns a new :class:`~django.db.models.query.QuerySet` containing objects
  147. that match the given lookup parameters.
  148. ``exclude(**kwargs)``
  149. Returns a new :class:`~django.db.models.query.QuerySet` containing objects
  150. that do *not* match the given lookup parameters.
  151. The lookup parameters (``**kwargs`` in the above function definitions) should
  152. be in the format described in `Field lookups`_ below.
  153. For example, to get a :class:`~django.db.models.query.QuerySet` of blog entries
  154. from the year 2006, use :meth:`~django.db.models.query.QuerySet.filter` like
  155. so::
  156. Entry.objects.filter(pub_date__year=2006)
  157. With the default manager class, it is the same as::
  158. Entry.objects.all().filter(pub_date__year=2006)
  159. .. _chaining-filters:
  160. Chaining filters
  161. ~~~~~~~~~~~~~~~~
  162. The result of refining a :class:`~django.db.models.query.QuerySet` is itself a
  163. :class:`~django.db.models.query.QuerySet`, so it's possible to chain
  164. refinements together. For example::
  165. >>> Entry.objects.filter(
  166. ... headline__startswith='What'
  167. ... ).exclude(
  168. ... pub_date__gte=datetime.date.today()
  169. ... ).filter(
  170. ... pub_date__gte=datetime.date(2005, 1, 30)
  171. ... )
  172. This takes the initial :class:`~django.db.models.query.QuerySet` of all entries
  173. in the database, adds a filter, then an exclusion, then another filter. The
  174. final result is a :class:`~django.db.models.query.QuerySet` containing all
  175. entries with a headline that starts with "What", that were published between
  176. January 30, 2005, and the current day.
  177. .. _filtered-querysets-are-unique:
  178. Filtered ``QuerySet``\s are unique
  179. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180. Each time you refine a :class:`~django.db.models.query.QuerySet`, you get a
  181. brand-new :class:`~django.db.models.query.QuerySet` that is in no way bound to
  182. the previous :class:`~django.db.models.query.QuerySet`. Each refinement creates
  183. a separate and distinct :class:`~django.db.models.query.QuerySet` that can be
  184. stored, used and reused.
  185. Example::
  186. >>> q1 = Entry.objects.filter(headline__startswith="What")
  187. >>> q2 = q1.exclude(pub_date__gte=datetime.date.today())
  188. >>> q3 = q1.filter(pub_date__gte=datetime.date.today())
  189. These three ``QuerySets`` are separate. The first is a base
  190. :class:`~django.db.models.query.QuerySet` containing all entries that contain a
  191. headline starting with "What". The second is a subset of the first, with an
  192. additional criteria that excludes records whose ``pub_date`` is today or in the
  193. future. The third is a subset of the first, with an additional criteria that
  194. selects only the records whose ``pub_date`` is today or in the future. The
  195. initial :class:`~django.db.models.query.QuerySet` (``q1``) is unaffected by the
  196. refinement process.
  197. .. _querysets-are-lazy:
  198. ``QuerySet``\s are lazy
  199. ~~~~~~~~~~~~~~~~~~~~~~~
  200. ``QuerySets`` are lazy -- the act of creating a
  201. :class:`~django.db.models.query.QuerySet` doesn't involve any database
  202. activity. You can stack filters together all day long, and Django won't
  203. actually run the query until the :class:`~django.db.models.query.QuerySet` is
  204. *evaluated*. Take a look at this example::
  205. >>> q = Entry.objects.filter(headline__startswith="What")
  206. >>> q = q.filter(pub_date__lte=datetime.date.today())
  207. >>> q = q.exclude(body_text__icontains="food")
  208. >>> print(q)
  209. Though this looks like three database hits, in fact it hits the database only
  210. once, at the last line (``print(q)``). In general, the results of a
  211. :class:`~django.db.models.query.QuerySet` aren't fetched from the database
  212. until you "ask" for them. When you do, the
  213. :class:`~django.db.models.query.QuerySet` is *evaluated* by accessing the
  214. database. For more details on exactly when evaluation takes place, see
  215. :ref:`when-querysets-are-evaluated`.
  216. .. _retrieving-single-object-with-get:
  217. Retrieving a single object with ``get()``
  218. -----------------------------------------
  219. :meth:`~django.db.models.query.QuerySet.filter` will always give you a
  220. :class:`~django.db.models.query.QuerySet`, even if only a single object matches
  221. the query - in this case, it will be a
  222. :class:`~django.db.models.query.QuerySet` containing a single element.
  223. If you know there is only one object that matches your query, you can use the
  224. :meth:`~django.db.models.query.QuerySet.get` method on a
  225. :class:`~django.db.models.Manager` which returns the object directly::
  226. >>> one_entry = Entry.objects.get(pk=1)
  227. You can use any query expression with
  228. :meth:`~django.db.models.query.QuerySet.get`, just like with
  229. :meth:`~django.db.models.query.QuerySet.filter` - again, see `Field lookups`_
  230. below.
  231. Note that there is a difference between using
  232. :meth:`~django.db.models.query.QuerySet.get`, and using
  233. :meth:`~django.db.models.query.QuerySet.filter` with a slice of ``[0]``. If
  234. there are no results that match the query,
  235. :meth:`~django.db.models.query.QuerySet.get` will raise a ``DoesNotExist``
  236. exception. This exception is an attribute of the model class that the query is
  237. being performed on - so in the code above, if there is no ``Entry`` object with
  238. a primary key of 1, Django will raise ``Entry.DoesNotExist``.
  239. Similarly, Django will complain if more than one item matches the
  240. :meth:`~django.db.models.query.QuerySet.get` query. In this case, it will raise
  241. :exc:`~django.core.exceptions.MultipleObjectsReturned`, which again is an
  242. attribute of the model class itself.
  243. Other ``QuerySet`` methods
  244. --------------------------
  245. Most of the time you'll use :meth:`~django.db.models.query.QuerySet.all`,
  246. :meth:`~django.db.models.query.QuerySet.get`,
  247. :meth:`~django.db.models.query.QuerySet.filter` and
  248. :meth:`~django.db.models.query.QuerySet.exclude` when you need to look up
  249. objects from the database. However, that's far from all there is; see the
  250. :ref:`QuerySet API Reference <queryset-api>` for a complete list of all the
  251. various :class:`~django.db.models.query.QuerySet` methods.
  252. .. _limiting-querysets:
  253. Limiting ``QuerySet``\s
  254. -----------------------
  255. Use a subset of Python's array-slicing syntax to limit your
  256. :class:`~django.db.models.query.QuerySet` to a certain number of results. This
  257. is the equivalent of SQL's ``LIMIT`` and ``OFFSET`` clauses.
  258. For example, this returns the first 5 objects (``LIMIT 5``)::
  259. >>> Entry.objects.all()[:5]
  260. This returns the sixth through tenth objects (``OFFSET 5 LIMIT 5``)::
  261. >>> Entry.objects.all()[5:10]
  262. Negative indexing (i.e. ``Entry.objects.all()[-1]``) is not supported.
  263. Generally, slicing a :class:`~django.db.models.query.QuerySet` returns a new
  264. :class:`~django.db.models.query.QuerySet` -- it doesn't evaluate the query. An
  265. exception is if you use the "step" parameter of Python slice syntax. For
  266. example, this would actually execute the query in order to return a list of
  267. every *second* object of the first 10::
  268. >>> Entry.objects.all()[:10:2]
  269. Further filtering or ordering of a sliced queryset is prohibited due to the
  270. ambiguous nature of how that might work.
  271. To retrieve a *single* object rather than a list
  272. (e.g. ``SELECT foo FROM bar LIMIT 1``), use an index instead of a slice. For
  273. example, this returns the first ``Entry`` in the database, after ordering
  274. entries alphabetically by headline::
  275. >>> Entry.objects.order_by('headline')[0]
  276. This is roughly equivalent to::
  277. >>> Entry.objects.order_by('headline')[0:1].get()
  278. Note, however, that the first of these will raise ``IndexError`` while the
  279. second will raise ``DoesNotExist`` if no objects match the given criteria. See
  280. :meth:`~django.db.models.query.QuerySet.get` for more details.
  281. .. _field-lookups-intro:
  282. Field lookups
  283. -------------
  284. Field lookups are how you specify the meat of an SQL ``WHERE`` clause. They're
  285. specified as keyword arguments to the :class:`~django.db.models.query.QuerySet`
  286. methods :meth:`~django.db.models.query.QuerySet.filter`,
  287. :meth:`~django.db.models.query.QuerySet.exclude` and
  288. :meth:`~django.db.models.query.QuerySet.get`.
  289. Basic lookups keyword arguments take the form ``field__lookuptype=value``.
  290. (That's a double-underscore). For example::
  291. >>> Entry.objects.filter(pub_date__lte='2006-01-01')
  292. translates (roughly) into the following SQL:
  293. .. code-block:: sql
  294. SELECT * FROM blog_entry WHERE pub_date <= '2006-01-01';
  295. .. admonition:: How this is possible
  296. Python has the ability to define functions that accept arbitrary name-value
  297. arguments whose names and values are evaluated at runtime. For more
  298. information, see :ref:`tut-keywordargs` in the official Python tutorial.
  299. The field specified in a lookup has to be the name of a model field. There's
  300. one exception though, in case of a :class:`~django.db.models.ForeignKey` you
  301. can specify the field name suffixed with ``_id``. In this case, the value
  302. parameter is expected to contain the raw value of the foreign model's primary
  303. key. For example:
  304. >>> Entry.objects.filter(blog_id=4)
  305. If you pass an invalid keyword argument, a lookup function will raise
  306. ``TypeError``.
  307. The database API supports about two dozen lookup types; a complete reference
  308. can be found in the :ref:`field lookup reference <field-lookups>`. To give you
  309. a taste of what's available, here's some of the more common lookups you'll
  310. probably use:
  311. :lookup:`exact`
  312. An "exact" match. For example::
  313. >>> Entry.objects.get(headline__exact="Cat bites dog")
  314. Would generate SQL along these lines:
  315. .. code-block:: sql
  316. SELECT ... WHERE headline = 'Cat bites dog';
  317. If you don't provide a lookup type -- that is, if your keyword argument
  318. doesn't contain a double underscore -- the lookup type is assumed to be
  319. ``exact``.
  320. For example, the following two statements are equivalent::
  321. >>> Blog.objects.get(id__exact=14) # Explicit form
  322. >>> Blog.objects.get(id=14) # __exact is implied
  323. This is for convenience, because ``exact`` lookups are the common case.
  324. :lookup:`iexact`
  325. A case-insensitive match. So, the query::
  326. >>> Blog.objects.get(name__iexact="beatles blog")
  327. Would match a ``Blog`` titled ``"Beatles Blog"``, ``"beatles blog"``, or
  328. even ``"BeAtlES blOG"``.
  329. :lookup:`contains`
  330. Case-sensitive containment test. For example::
  331. Entry.objects.get(headline__contains='Lennon')
  332. Roughly translates to this SQL:
  333. .. code-block:: sql
  334. SELECT ... WHERE headline LIKE '%Lennon%';
  335. Note this will match the headline ``'Today Lennon honored'`` but not
  336. ``'today lennon honored'``.
  337. There's also a case-insensitive version, :lookup:`icontains`.
  338. :lookup:`startswith`, :lookup:`endswith`
  339. Starts-with and ends-with search, respectively. There are also
  340. case-insensitive versions called :lookup:`istartswith` and
  341. :lookup:`iendswith`.
  342. Again, this only scratches the surface. A complete reference can be found in the
  343. :ref:`field lookup reference <field-lookups>`.
  344. .. _lookups-that-span-relationships:
  345. Lookups that span relationships
  346. -------------------------------
  347. Django offers a powerful and intuitive way to "follow" relationships in
  348. lookups, taking care of the SQL ``JOIN``\s for you automatically, behind the
  349. scenes. To span a relationship, use the field name of related fields
  350. across models, separated by double underscores, until you get to the field you
  351. want.
  352. This example retrieves all ``Entry`` objects with a ``Blog`` whose ``name``
  353. is ``'Beatles Blog'``::
  354. >>> Entry.objects.filter(blog__name='Beatles Blog')
  355. This spanning can be as deep as you'd like.
  356. It works backwards, too. While it :attr:`can be customized
  357. <.ForeignKey.related_query_name>`, by default you refer to a "reverse"
  358. relationship in a lookup using the lowercase name of the model.
  359. This example retrieves all ``Blog`` objects which have at least one ``Entry``
  360. whose ``headline`` contains ``'Lennon'``::
  361. >>> Blog.objects.filter(entry__headline__contains='Lennon')
  362. If you are filtering across multiple relationships and one of the intermediate
  363. models doesn't have a value that meets the filter condition, Django will treat
  364. it as if there is an empty (all values are ``NULL``), but valid, object there.
  365. All this means is that no error will be raised. For example, in this filter::
  366. Blog.objects.filter(entry__authors__name='Lennon')
  367. (if there was a related ``Author`` model), if there was no ``author``
  368. associated with an entry, it would be treated as if there was also no ``name``
  369. attached, rather than raising an error because of the missing ``author``.
  370. Usually this is exactly what you want to have happen. The only case where it
  371. might be confusing is if you are using :lookup:`isnull`. Thus::
  372. Blog.objects.filter(entry__authors__name__isnull=True)
  373. will return ``Blog`` objects that have an empty ``name`` on the ``author`` and
  374. also those which have an empty ``author`` on the ``entry``. If you don't want
  375. those latter objects, you could write::
  376. Blog.objects.filter(entry__authors__isnull=False, entry__authors__name__isnull=True)
  377. .. _spanning-multi-valued-relationships:
  378. Spanning multi-valued relationships
  379. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380. When spanning a :class:`~django.db.models.ManyToManyField` or a reverse
  381. :class:`~django.db.models.ForeignKey` (such as from ``Blog`` to ``Entry``),
  382. filtering on multiple attributes raises the question of whether to require each
  383. attribute to coincide in the same related object. We might seek blogs that have
  384. an entry from 2008 with *“Lennon”* in its headline, or we might seek blogs that
  385. merely have any entry from 2008 as well as some newer or older entry with
  386. *“Lennon”* in its headline.
  387. To select all blogs containing at least one entry from 2008 having *"Lennon"*
  388. in its headline (the same entry satisfying both conditions), we would write::
  389. Blog.objects.filter(entry__headline__contains='Lennon', entry__pub_date__year=2008)
  390. Otherwise, to perform a more permissive query selecting any blogs with merely
  391. *some* entry with *"Lennon"* in its headline and *some* entry from 2008, we
  392. would write::
  393. Blog.objects.filter(entry__headline__contains='Lennon').filter(entry__pub_date__year=2008)
  394. Suppose there is only one blog that has both entries containing *"Lennon"* and
  395. entries from 2008, but that none of the entries from 2008 contained *"Lennon"*.
  396. The first query would not return any blogs, but the second query would return
  397. that one blog. (This is because the entries selected by the second filter may
  398. or may not be the same as the entries in the first filter. We are filtering the
  399. ``Blog`` items with each filter statement, not the ``Entry`` items.) In short,
  400. if each condition needs to match the same related object, then each should be
  401. contained in a single :meth:`~django.db.models.query.QuerySet.filter` call.
  402. .. note::
  403. As the second (more permissive) query chains multiple filters, it performs
  404. multiple joins to the primary model, potentially yielding duplicates.
  405. >>> from datetime import date
  406. >>> beatles = Blog.objects.create(name='Beatles Blog')
  407. >>> pop = Blog.objects.create(name='Pop Music Blog')
  408. >>> Entry.objects.create(
  409. ... blog=beatles,
  410. ... headline='New Lennon Biography',
  411. ... pub_date=date(2008, 6, 1),
  412. ... )
  413. <Entry: New Lennon Biography>
  414. >>> Entry.objects.create(
  415. ... blog=beatles,
  416. ... headline='New Lennon Biography in Paperback',
  417. ... pub_date=date(2009, 6, 1),
  418. ... )
  419. <Entry: New Lennon Biography in Paperback>
  420. >>> Entry.objects.create(
  421. ... blog=pop,
  422. ... headline='Best Albums of 2008',
  423. ... pub_date=date(2008, 12, 15),
  424. ... )
  425. <Entry: Best Albums of 2008>
  426. >>> Entry.objects.create(
  427. ... blog=pop,
  428. ... headline='Lennon Would Have Loved Hip Hop',
  429. ... pub_date=date(2020, 4, 1),
  430. ... )
  431. <Entry: Lennon Would Have Loved Hip Hop>
  432. >>> Blog.objects.filter(
  433. ... entry__headline__contains='Lennon',
  434. ... entry__pub_date__year=2008,
  435. ... )
  436. <QuerySet [<Blog: Beatles Blog>]>
  437. >>> Blog.objects.filter(
  438. ... entry__headline__contains='Lennon',
  439. ... ).filter(
  440. ... entry__pub_date__year=2008,
  441. ... )
  442. <QuerySet [<Blog: Beatles Blog>, <Blog: Beatles Blog>, <Blog: Pop Music Blog]>
  443. .. note::
  444. The behavior of :meth:`~django.db.models.query.QuerySet.filter` for queries
  445. that span multi-value relationships, as described above, is not implemented
  446. equivalently for :meth:`~django.db.models.query.QuerySet.exclude`. Instead,
  447. the conditions in a single :meth:`~django.db.models.query.QuerySet.exclude`
  448. call will not necessarily refer to the same item.
  449. For example, the following query would exclude blogs that contain *both*
  450. entries with *"Lennon"* in the headline *and* entries published in 2008::
  451. Blog.objects.exclude(
  452. entry__headline__contains='Lennon',
  453. entry__pub_date__year=2008,
  454. )
  455. However, unlike the behavior when using
  456. :meth:`~django.db.models.query.QuerySet.filter`, this will not limit blogs
  457. based on entries that satisfy both conditions. In order to do that, i.e.
  458. to select all blogs that do not contain entries published with *"Lennon"*
  459. that were published in 2008, you need to make two queries::
  460. Blog.objects.exclude(
  461. entry__in=Entry.objects.filter(
  462. headline__contains='Lennon',
  463. pub_date__year=2008,
  464. ),
  465. )
  466. .. _using-f-expressions-in-filters:
  467. Filters can reference fields on the model
  468. -----------------------------------------
  469. In the examples given so far, we have constructed filters that compare
  470. the value of a model field with a constant. But what if you want to compare
  471. the value of a model field with another field on the same model?
  472. Django provides :class:`F expressions <django.db.models.F>` to allow such
  473. comparisons. Instances of ``F()`` act as a reference to a model field within a
  474. query. These references can then be used in query filters to compare the values
  475. of two different fields on the same model instance.
  476. For example, to find a list of all blog entries that have had more comments
  477. than pingbacks, we construct an ``F()`` object to reference the pingback count,
  478. and use that ``F()`` object in the query::
  479. >>> from django.db.models import F
  480. >>> Entry.objects.filter(number_of_comments__gt=F('number_of_pingbacks'))
  481. Django supports the use of addition, subtraction, multiplication,
  482. division, modulo, and power arithmetic with ``F()`` objects, both with constants
  483. and with other ``F()`` objects. To find all the blog entries with more than
  484. *twice* as many comments as pingbacks, we modify the query::
  485. >>> Entry.objects.filter(number_of_comments__gt=F('number_of_pingbacks') * 2)
  486. To find all the entries where the rating of the entry is less than the
  487. sum of the pingback count and comment count, we would issue the
  488. query::
  489. >>> Entry.objects.filter(rating__lt=F('number_of_comments') + F('number_of_pingbacks'))
  490. You can also use the double underscore notation to span relationships in
  491. an ``F()`` object. An ``F()`` object with a double underscore will introduce
  492. any joins needed to access the related object. For example, to retrieve all
  493. the entries where the author's name is the same as the blog name, we could
  494. issue the query::
  495. >>> Entry.objects.filter(authors__name=F('blog__name'))
  496. For date and date/time fields, you can add or subtract a
  497. :class:`~datetime.timedelta` object. The following would return all entries
  498. that were modified more than 3 days after they were published::
  499. >>> from datetime import timedelta
  500. >>> Entry.objects.filter(mod_date__gt=F('pub_date') + timedelta(days=3))
  501. The ``F()`` objects support bitwise operations by ``.bitand()``, ``.bitor()``,
  502. ``.bitxor()``, ``.bitrightshift()``, and ``.bitleftshift()``. For example::
  503. >>> F('somefield').bitand(16)
  504. .. admonition:: Oracle
  505. Oracle doesn't support bitwise XOR operation.
  506. .. _using-transforms-in-expressions:
  507. Expressions can reference transforms
  508. ------------------------------------
  509. Django supports using transforms in expressions.
  510. For example, to find all ``Entry`` objects published in the same year as they
  511. were last modified::
  512. >>> Entry.objects.filter(pub_date__year=F('mod_date__year'))
  513. To find the earliest year an entry was published, we can issue the query::
  514. >>> Entry.objects.aggregate(first_published_year=Min('pub_date__year'))
  515. This example finds the value of the highest rated entry and the total number
  516. of comments on all entries for each year::
  517. >>> Entry.objects.values('pub_date__year').annotate(
  518. ... top_rating=Subquery(
  519. ... Entry.objects.filter(
  520. ... pub_date__year=OuterRef('pub_date__year'),
  521. ... ).order_by('-rating').values('rating')[:1]
  522. ... ),
  523. ... total_comments=Sum('number_of_comments'),
  524. ... )
  525. The ``pk`` lookup shortcut
  526. --------------------------
  527. For convenience, Django provides a ``pk`` lookup shortcut, which stands for
  528. "primary key".
  529. In the example ``Blog`` model, the primary key is the ``id`` field, so these
  530. three statements are equivalent::
  531. >>> Blog.objects.get(id__exact=14) # Explicit form
  532. >>> Blog.objects.get(id=14) # __exact is implied
  533. >>> Blog.objects.get(pk=14) # pk implies id__exact
  534. The use of ``pk`` isn't limited to ``__exact`` queries -- any query term
  535. can be combined with ``pk`` to perform a query on the primary key of a model::
  536. # Get blogs entries with id 1, 4 and 7
  537. >>> Blog.objects.filter(pk__in=[1,4,7])
  538. # Get all blog entries with id > 14
  539. >>> Blog.objects.filter(pk__gt=14)
  540. ``pk`` lookups also work across joins. For example, these three statements are
  541. equivalent::
  542. >>> Entry.objects.filter(blog__id__exact=3) # Explicit form
  543. >>> Entry.objects.filter(blog__id=3) # __exact is implied
  544. >>> Entry.objects.filter(blog__pk=3) # __pk implies __id__exact
  545. Escaping percent signs and underscores in ``LIKE`` statements
  546. -------------------------------------------------------------
  547. The field lookups that equate to ``LIKE`` SQL statements (``iexact``,
  548. ``contains``, ``icontains``, ``startswith``, ``istartswith``, ``endswith``
  549. and ``iendswith``) will automatically escape the two special characters used in
  550. ``LIKE`` statements -- the percent sign and the underscore. (In a ``LIKE``
  551. statement, the percent sign signifies a multiple-character wildcard and the
  552. underscore signifies a single-character wildcard.)
  553. This means things should work intuitively, so the abstraction doesn't leak.
  554. For example, to retrieve all the entries that contain a percent sign, use the
  555. percent sign as any other character::
  556. >>> Entry.objects.filter(headline__contains='%')
  557. Django takes care of the quoting for you; the resulting SQL will look something
  558. like this:
  559. .. code-block:: sql
  560. SELECT ... WHERE headline LIKE '%\%%';
  561. Same goes for underscores. Both percentage signs and underscores are handled
  562. for you transparently.
  563. .. _caching-and-querysets:
  564. Caching and ``QuerySet``\s
  565. --------------------------
  566. Each :class:`~django.db.models.query.QuerySet` contains a cache to minimize
  567. database access. Understanding how it works will allow you to write the most
  568. efficient code.
  569. In a newly created :class:`~django.db.models.query.QuerySet`, the cache is
  570. empty. The first time a :class:`~django.db.models.query.QuerySet` is evaluated
  571. -- and, hence, a database query happens -- Django saves the query results in
  572. the :class:`~django.db.models.query.QuerySet`’s cache and returns the results
  573. that have been explicitly requested (e.g., the next element, if the
  574. :class:`~django.db.models.query.QuerySet` is being iterated over). Subsequent
  575. evaluations of the :class:`~django.db.models.query.QuerySet` reuse the cached
  576. results.
  577. Keep this caching behavior in mind, because it may bite you if you don't use
  578. your :class:`~django.db.models.query.QuerySet`\s correctly. For example, the
  579. following will create two :class:`~django.db.models.query.QuerySet`\s, evaluate
  580. them, and throw them away::
  581. >>> print([e.headline for e in Entry.objects.all()])
  582. >>> print([e.pub_date for e in Entry.objects.all()])
  583. That means the same database query will be executed twice, effectively doubling
  584. your database load. Also, there's a possibility the two lists may not include
  585. the same database records, because an ``Entry`` may have been added or deleted
  586. in the split second between the two requests.
  587. To avoid this problem, save the :class:`~django.db.models.query.QuerySet` and
  588. reuse it::
  589. >>> queryset = Entry.objects.all()
  590. >>> print([p.headline for p in queryset]) # Evaluate the query set.
  591. >>> print([p.pub_date for p in queryset]) # Reuse the cache from the evaluation.
  592. When ``QuerySet``\s are not cached
  593. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  594. Querysets do not always cache their results. When evaluating only *part* of
  595. the queryset, the cache is checked, but if it is not populated then the items
  596. returned by the subsequent query are not cached. Specifically, this means that
  597. :ref:`limiting the queryset <limiting-querysets>` using an array slice or an
  598. index will not populate the cache.
  599. For example, repeatedly getting a certain index in a queryset object will query
  600. the database each time::
  601. >>> queryset = Entry.objects.all()
  602. >>> print(queryset[5]) # Queries the database
  603. >>> print(queryset[5]) # Queries the database again
  604. However, if the entire queryset has already been evaluated, the cache will be
  605. checked instead::
  606. >>> queryset = Entry.objects.all()
  607. >>> [entry for entry in queryset] # Queries the database
  608. >>> print(queryset[5]) # Uses cache
  609. >>> print(queryset[5]) # Uses cache
  610. Here are some examples of other actions that will result in the entire queryset
  611. being evaluated and therefore populate the cache::
  612. >>> [entry for entry in queryset]
  613. >>> bool(queryset)
  614. >>> entry in queryset
  615. >>> list(queryset)
  616. .. note::
  617. Simply printing the queryset will not populate the cache. This is because
  618. the call to ``__repr__()`` only returns a slice of the entire queryset.
  619. .. _async-queries:
  620. Asynchronous queries
  621. ====================
  622. .. versionadded:: 4.1
  623. If you are writing asynchronous views or code, you cannot use the ORM for
  624. queries in quite the way we have described above, as you cannot call *blocking*
  625. synchronous code from asynchronous code - it will block up the event loop
  626. (or, more likely, Django will notice and raise a ``SynchronousOnlyOperation``
  627. to stop that from happening).
  628. Fortunately, you can do many queries using Django's asynchronous query APIs.
  629. Every method that might block - such as ``get()`` or ``delete()`` - has an
  630. asynchronous variant (``aget()`` or ``adelete()``), and when you iterate over
  631. results, you can use asynchronous iteration (``async for``) instead.
  632. Query iteration
  633. ---------------
  634. .. versionadded:: 4.1
  635. The default way of iterating over a query - with ``for`` - will result in a
  636. blocking database query behind the scenes as Django loads the results at
  637. iteration time. To fix this, you can swap to ``async for``::
  638. async for entry in Authors.objects.filter(name__startswith="A"):
  639. ...
  640. Be aware that you also can't do other things that might iterate over the
  641. queryset, such as wrapping ``list()`` around it to force its evaluation (you
  642. can use ``async for`` in a comprehension, if you want it).
  643. Because ``QuerySet`` methods like ``filter()`` and ``exclude()`` do not
  644. actually run the query - they set up the queryset to run when it's iterated
  645. over - you can use those freely in asynchronous code. For a guide to which
  646. methods can keep being used like this, and which have asynchronous versions,
  647. read the next section.
  648. ``QuerySet`` and manager methods
  649. --------------------------------
  650. .. versionadded:: 4.1
  651. Some methods on managers and querysets - like ``get()`` and ``first()`` - force
  652. execution of the queryset and are blocking. Some, like ``filter()`` and
  653. ``exclude()``, don't force execution and so are safe to run from asynchronous
  654. code. But how are you supposed to tell the difference?
  655. While you could poke around and see if there is an ``a``-prefixed version of
  656. the method (for example, we have ``aget()`` but not ``afilter()``), there is a
  657. more logical way - look up what kind of method it is in the
  658. :doc:`QuerySet reference </ref/models/querysets>`.
  659. In there, you'll find the methods on QuerySets grouped into two sections:
  660. * *Methods that return new querysets*: These are the non-blocking ones,
  661. and don't have asynchronous versions. You're free to use these in any
  662. situation, though read the notes on ``defer()`` and ``only()`` before you use
  663. them.
  664. * *Methods that do not return querysets*: These are the blocking ones, and
  665. have asynchronous versions - the asynchronous name for each is noted in its
  666. documentation, though our standard pattern is to add an ``a`` prefix.
  667. Using this distinction, you can work out when you need to use asynchronous
  668. versions, and when you don't. For example, here's a valid asynchronous query::
  669. user = await User.objects.filter(username=my_input).afirst()
  670. ``filter()`` returns a queryset, and so it's fine to keep chaining it inside an
  671. asynchronous environment, whereas ``first()`` evaluates and returns a model
  672. instance - thus, we change to ``afirst()``, and use ``await`` at the front of
  673. the whole expression in order to call it in an asynchronous-friendly way.
  674. .. note::
  675. If you forget to put the ``await`` part in, you may see errors like
  676. *"coroutine object has no attribute x"* or *"<coroutine …>"* strings in
  677. place of your model instances. If you ever see these, you are missing an
  678. ``await`` somewhere to turn that coroutine into a real value.
  679. Transactions
  680. ------------
  681. .. versionadded:: 4.1
  682. Transactions are **not** currently supported with asynchronous queries and
  683. updates. You will find that trying to use one raises
  684. ``SynchronousOnlyOperation``.
  685. If you wish to use a transaction, we suggest you write your ORM code inside a
  686. separate, synchronous function and then call that using ``sync_to_async`` - see
  687. :doc:`/topics/async` for more.
  688. .. _querying-jsonfield:
  689. Querying ``JSONField``
  690. ======================
  691. Lookups implementation is different in :class:`~django.db.models.JSONField`,
  692. mainly due to the existence of key transformations. To demonstrate, we will use
  693. the following example model::
  694. from django.db import models
  695. class Dog(models.Model):
  696. name = models.CharField(max_length=200)
  697. data = models.JSONField(null=True)
  698. def __str__(self):
  699. return self.name
  700. Storing and querying for ``None``
  701. ---------------------------------
  702. As with other fields, storing ``None`` as the field's value will store it as
  703. SQL ``NULL``. While not recommended, it is possible to store JSON scalar
  704. ``null`` instead of SQL ``NULL`` by using :class:`Value('null')
  705. <django.db.models.Value>`.
  706. Whichever of the values is stored, when retrieved from the database, the Python
  707. representation of the JSON scalar ``null`` is the same as SQL ``NULL``, i.e.
  708. ``None``. Therefore, it can be hard to distinguish between them.
  709. This only applies to ``None`` as the top-level value of the field. If ``None``
  710. is inside a :py:class:`list` or :py:class:`dict`, it will always be interpreted
  711. as JSON ``null``.
  712. When querying, ``None`` value will always be interpreted as JSON ``null``. To
  713. query for SQL ``NULL``, use :lookup:`isnull`::
  714. >>> Dog.objects.create(name='Max', data=None) # SQL NULL.
  715. <Dog: Max>
  716. >>> Dog.objects.create(name='Archie', data=Value('null')) # JSON null.
  717. <Dog: Archie>
  718. >>> Dog.objects.filter(data=None)
  719. <QuerySet [<Dog: Archie>]>
  720. >>> Dog.objects.filter(data=Value('null'))
  721. <QuerySet [<Dog: Archie>]>
  722. >>> Dog.objects.filter(data__isnull=True)
  723. <QuerySet [<Dog: Max>]>
  724. >>> Dog.objects.filter(data__isnull=False)
  725. <QuerySet [<Dog: Archie>]>
  726. Unless you are sure you wish to work with SQL ``NULL`` values, consider setting
  727. ``null=False`` and providing a suitable default for empty values, such as
  728. ``default=dict``.
  729. .. note::
  730. Storing JSON scalar ``null`` does not violate :attr:`null=False
  731. <django.db.models.Field.null>`.
  732. .. fieldlookup:: jsonfield.key
  733. Key, index, and path transforms
  734. -------------------------------
  735. To query based on a given dictionary key, use that key as the lookup name::
  736. >>> Dog.objects.create(name='Rufus', data={
  737. ... 'breed': 'labrador',
  738. ... 'owner': {
  739. ... 'name': 'Bob',
  740. ... 'other_pets': [{
  741. ... 'name': 'Fishy',
  742. ... }],
  743. ... },
  744. ... })
  745. <Dog: Rufus>
  746. >>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': None})
  747. <Dog: Meg>
  748. >>> Dog.objects.filter(data__breed='collie')
  749. <QuerySet [<Dog: Meg>]>
  750. Multiple keys can be chained together to form a path lookup::
  751. >>> Dog.objects.filter(data__owner__name='Bob')
  752. <QuerySet [<Dog: Rufus>]>
  753. If the key is an integer, it will be interpreted as an index transform in an
  754. array::
  755. >>> Dog.objects.filter(data__owner__other_pets__0__name='Fishy')
  756. <QuerySet [<Dog: Rufus>]>
  757. If the key you wish to query by clashes with the name of another lookup, use
  758. the :lookup:`contains <jsonfield.contains>` lookup instead.
  759. To query for missing keys, use the ``isnull`` lookup::
  760. >>> Dog.objects.create(name='Shep', data={'breed': 'collie'})
  761. <Dog: Shep>
  762. >>> Dog.objects.filter(data__owner__isnull=True)
  763. <QuerySet [<Dog: Shep>]>
  764. .. note::
  765. The lookup examples given above implicitly use the :lookup:`exact` lookup.
  766. Key, index, and path transforms can also be chained with:
  767. :lookup:`icontains`, :lookup:`endswith`, :lookup:`iendswith`,
  768. :lookup:`iexact`, :lookup:`regex`, :lookup:`iregex`, :lookup:`startswith`,
  769. :lookup:`istartswith`, :lookup:`lt`, :lookup:`lte`, :lookup:`gt`, and
  770. :lookup:`gte`, as well as with :ref:`containment-and-key-lookups`.
  771. .. note::
  772. Due to the way in which key-path queries work,
  773. :meth:`~django.db.models.query.QuerySet.exclude` and
  774. :meth:`~django.db.models.query.QuerySet.filter` are not guaranteed to
  775. produce exhaustive sets. If you want to include objects that do not have
  776. the path, add the ``isnull`` lookup.
  777. .. warning::
  778. Since any string could be a key in a JSON object, any lookup other than
  779. those listed below will be interpreted as a key lookup. No errors are
  780. raised. Be extra careful for typing mistakes, and always check your queries
  781. work as you intend.
  782. .. admonition:: MariaDB and Oracle users
  783. Using :meth:`~django.db.models.query.QuerySet.order_by` on key, index, or
  784. path transforms will sort the objects using the string representation of
  785. the values. This is because MariaDB and Oracle Database do not provide a
  786. function that converts JSON values into their equivalent SQL values.
  787. .. admonition:: Oracle users
  788. On Oracle Database, using ``None`` as the lookup value in an
  789. :meth:`~django.db.models.query.QuerySet.exclude` query will return objects
  790. that do not have ``null`` as the value at the given path, including objects
  791. that do not have the path. On other database backends, the query will
  792. return objects that have the path and the value is not ``null``.
  793. .. admonition:: PostgreSQL users
  794. On PostgreSQL, if only one key or index is used, the SQL operator ``->`` is
  795. used. If multiple operators are used then the ``#>`` operator is used.
  796. .. _containment-and-key-lookups:
  797. Containment and key lookups
  798. ---------------------------
  799. .. fieldlookup:: jsonfield.contains
  800. ``contains``
  801. ~~~~~~~~~~~~
  802. The :lookup:`contains` lookup is overridden on ``JSONField``. The returned
  803. objects are those where the given ``dict`` of key-value pairs are all
  804. contained in the top-level of the field. For example::
  805. >>> Dog.objects.create(name='Rufus', data={'breed': 'labrador', 'owner': 'Bob'})
  806. <Dog: Rufus>
  807. >>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': 'Bob'})
  808. <Dog: Meg>
  809. >>> Dog.objects.create(name='Fred', data={})
  810. <Dog: Fred>
  811. >>> Dog.objects.filter(data__contains={'owner': 'Bob'})
  812. <QuerySet [<Dog: Rufus>, <Dog: Meg>]>
  813. >>> Dog.objects.filter(data__contains={'breed': 'collie'})
  814. <QuerySet [<Dog: Meg>]>
  815. .. admonition:: Oracle and SQLite
  816. ``contains`` is not supported on Oracle and SQLite.
  817. .. fieldlookup:: jsonfield.contained_by
  818. ``contained_by``
  819. ~~~~~~~~~~~~~~~~
  820. This is the inverse of the :lookup:`contains <jsonfield.contains>` lookup - the
  821. objects returned will be those where the key-value pairs on the object are a
  822. subset of those in the value passed. For example::
  823. >>> Dog.objects.create(name='Rufus', data={'breed': 'labrador', 'owner': 'Bob'})
  824. <Dog: Rufus>
  825. >>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': 'Bob'})
  826. <Dog: Meg>
  827. >>> Dog.objects.create(name='Fred', data={})
  828. <Dog: Fred>
  829. >>> Dog.objects.filter(data__contained_by={'breed': 'collie', 'owner': 'Bob'})
  830. <QuerySet [<Dog: Meg>, <Dog: Fred>]>
  831. >>> Dog.objects.filter(data__contained_by={'breed': 'collie'})
  832. <QuerySet [<Dog: Fred>]>
  833. .. admonition:: Oracle and SQLite
  834. ``contained_by`` is not supported on Oracle and SQLite.
  835. .. fieldlookup:: jsonfield.has_key
  836. ``has_key``
  837. ~~~~~~~~~~~
  838. Returns objects where the given key is in the top-level of the data. For
  839. example::
  840. >>> Dog.objects.create(name='Rufus', data={'breed': 'labrador'})
  841. <Dog: Rufus>
  842. >>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': 'Bob'})
  843. <Dog: Meg>
  844. >>> Dog.objects.filter(data__has_key='owner')
  845. <QuerySet [<Dog: Meg>]>
  846. .. fieldlookup:: jsonfield.has_any_keys
  847. ``has_keys``
  848. ~~~~~~~~~~~~
  849. Returns objects where all of the given keys are in the top-level of the data.
  850. For example::
  851. >>> Dog.objects.create(name='Rufus', data={'breed': 'labrador'})
  852. <Dog: Rufus>
  853. >>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': 'Bob'})
  854. <Dog: Meg>
  855. >>> Dog.objects.filter(data__has_keys=['breed', 'owner'])
  856. <QuerySet [<Dog: Meg>]>
  857. .. fieldlookup:: jsonfield.has_keys
  858. ``has_any_keys``
  859. ~~~~~~~~~~~~~~~~
  860. Returns objects where any of the given keys are in the top-level of the data.
  861. For example::
  862. >>> Dog.objects.create(name='Rufus', data={'breed': 'labrador'})
  863. <Dog: Rufus>
  864. >>> Dog.objects.create(name='Meg', data={'owner': 'Bob'})
  865. <Dog: Meg>
  866. >>> Dog.objects.filter(data__has_any_keys=['owner', 'breed'])
  867. <QuerySet [<Dog: Rufus>, <Dog: Meg>]>
  868. .. _complex-lookups-with-q:
  869. Complex lookups with ``Q`` objects
  870. ==================================
  871. Keyword argument queries -- in :meth:`~django.db.models.query.QuerySet.filter`,
  872. etc. -- are "AND"ed together. If you need to execute more complex queries (for
  873. example, queries with ``OR`` statements), you can use :class:`Q objects <django.db.models.Q>`.
  874. A :class:`Q object <django.db.models.Q>` (``django.db.models.Q``) is an object
  875. used to encapsulate a collection of keyword arguments. These keyword arguments
  876. are specified as in "Field lookups" above.
  877. For example, this ``Q`` object encapsulates a single ``LIKE`` query::
  878. from django.db.models import Q
  879. Q(question__startswith='What')
  880. ``Q`` objects can be combined using the ``&``, ``|``, and ``^`` operators. When
  881. an operator is used on two ``Q`` objects, it yields a new ``Q`` object.
  882. For example, this statement yields a single ``Q`` object that represents the
  883. "OR" of two ``"question__startswith"`` queries::
  884. Q(question__startswith='Who') | Q(question__startswith='What')
  885. This is equivalent to the following SQL ``WHERE`` clause::
  886. WHERE question LIKE 'Who%' OR question LIKE 'What%'
  887. You can compose statements of arbitrary complexity by combining ``Q`` objects
  888. with the ``&``, ``|``, and ``^`` operators and use parenthetical grouping.
  889. Also, ``Q`` objects can be negated using the ``~`` operator, allowing for
  890. combined lookups that combine both a normal query and a negated (``NOT``)
  891. query::
  892. Q(question__startswith='Who') | ~Q(pub_date__year=2005)
  893. Each lookup function that takes keyword-arguments
  894. (e.g. :meth:`~django.db.models.query.QuerySet.filter`,
  895. :meth:`~django.db.models.query.QuerySet.exclude`,
  896. :meth:`~django.db.models.query.QuerySet.get`) can also be passed one or more
  897. ``Q`` objects as positional (not-named) arguments. If you provide multiple
  898. ``Q`` object arguments to a lookup function, the arguments will be "AND"ed
  899. together. For example::
  900. Poll.objects.get(
  901. Q(question__startswith='Who'),
  902. Q(pub_date=date(2005, 5, 2)) | Q(pub_date=date(2005, 5, 6))
  903. )
  904. ... roughly translates into the SQL:
  905. .. code-block:: sql
  906. SELECT * from polls WHERE question LIKE 'Who%'
  907. AND (pub_date = '2005-05-02' OR pub_date = '2005-05-06')
  908. Lookup functions can mix the use of ``Q`` objects and keyword arguments. All
  909. arguments provided to a lookup function (be they keyword arguments or ``Q``
  910. objects) are "AND"ed together. However, if a ``Q`` object is provided, it must
  911. precede the definition of any keyword arguments. For example::
  912. Poll.objects.get(
  913. Q(pub_date=date(2005, 5, 2)) | Q(pub_date=date(2005, 5, 6)),
  914. question__startswith='Who',
  915. )
  916. ... would be a valid query, equivalent to the previous example; but::
  917. # INVALID QUERY
  918. Poll.objects.get(
  919. question__startswith='Who',
  920. Q(pub_date=date(2005, 5, 2)) | Q(pub_date=date(2005, 5, 6))
  921. )
  922. ... would not be valid.
  923. .. seealso::
  924. The :source:`OR lookups examples <tests/or_lookups/tests.py>` in Django's
  925. unit tests show some possible uses of ``Q``.
  926. .. versionchanged:: 4.1
  927. Support for the ``^`` (``XOR``) operator was added.
  928. Comparing objects
  929. =================
  930. To compare two model instances, use the standard Python comparison operator,
  931. the double equals sign: ``==``. Behind the scenes, that compares the primary
  932. key values of two models.
  933. Using the ``Entry`` example above, the following two statements are equivalent::
  934. >>> some_entry == other_entry
  935. >>> some_entry.id == other_entry.id
  936. If a model's primary key isn't called ``id``, no problem. Comparisons will
  937. always use the primary key, whatever it's called. For example, if a model's
  938. primary key field is called ``name``, these two statements are equivalent::
  939. >>> some_obj == other_obj
  940. >>> some_obj.name == other_obj.name
  941. .. _topics-db-queries-delete:
  942. Deleting objects
  943. ================
  944. The delete method, conveniently, is named
  945. :meth:`~django.db.models.Model.delete`. This method immediately deletes the
  946. object and returns the number of objects deleted and a dictionary with
  947. the number of deletions per object type. Example::
  948. >>> e.delete()
  949. (1, {'blog.Entry': 1})
  950. You can also delete objects in bulk. Every
  951. :class:`~django.db.models.query.QuerySet` has a
  952. :meth:`~django.db.models.query.QuerySet.delete` method, which deletes all
  953. members of that :class:`~django.db.models.query.QuerySet`.
  954. For example, this deletes all ``Entry`` objects with a ``pub_date`` year of
  955. 2005::
  956. >>> Entry.objects.filter(pub_date__year=2005).delete()
  957. (5, {'webapp.Entry': 5})
  958. Keep in mind that this will, whenever possible, be executed purely in SQL, and
  959. so the ``delete()`` methods of individual object instances will not necessarily
  960. be called during the process. If you've provided a custom ``delete()`` method
  961. on a model class and want to ensure that it is called, you will need to
  962. "manually" delete instances of that model (e.g., by iterating over a
  963. :class:`~django.db.models.query.QuerySet` and calling ``delete()`` on each
  964. object individually) rather than using the bulk
  965. :meth:`~django.db.models.query.QuerySet.delete` method of a
  966. :class:`~django.db.models.query.QuerySet`.
  967. When Django deletes an object, by default it emulates the behavior of the SQL
  968. constraint ``ON DELETE CASCADE`` -- in other words, any objects which had
  969. foreign keys pointing at the object to be deleted will be deleted along with
  970. it. For example::
  971. b = Blog.objects.get(pk=1)
  972. # This will delete the Blog and all of its Entry objects.
  973. b.delete()
  974. This cascade behavior is customizable via the
  975. :attr:`~django.db.models.ForeignKey.on_delete` argument to the
  976. :class:`~django.db.models.ForeignKey`.
  977. Note that :meth:`~django.db.models.query.QuerySet.delete` is the only
  978. :class:`~django.db.models.query.QuerySet` method that is not exposed on a
  979. :class:`~django.db.models.Manager` itself. This is a safety mechanism to
  980. prevent you from accidentally requesting ``Entry.objects.delete()``, and
  981. deleting *all* the entries. If you *do* want to delete all the objects, then
  982. you have to explicitly request a complete query set::
  983. Entry.objects.all().delete()
  984. .. _topics-db-queries-copy:
  985. Copying model instances
  986. =======================
  987. Although there is no built-in method for copying model instances, it is
  988. possible to easily create new instance with all fields' values copied. In the
  989. simplest case, you can set ``pk`` to ``None`` and
  990. :attr:`_state.adding <django.db.models.Model._state>` to ``True``. Using our
  991. blog example::
  992. blog = Blog(name='My blog', tagline='Blogging is easy')
  993. blog.save() # blog.pk == 1
  994. blog.pk = None
  995. blog._state.adding = True
  996. blog.save() # blog.pk == 2
  997. Things get more complicated if you use inheritance. Consider a subclass of
  998. ``Blog``::
  999. class ThemeBlog(Blog):
  1000. theme = models.CharField(max_length=200)
  1001. django_blog = ThemeBlog(name='Django', tagline='Django is easy', theme='python')
  1002. django_blog.save() # django_blog.pk == 3
  1003. Due to how inheritance works, you have to set both ``pk`` and ``id`` to
  1004. ``None``, and ``_state.adding`` to ``True``::
  1005. django_blog.pk = None
  1006. django_blog.id = None
  1007. django_blog._state.adding = True
  1008. django_blog.save() # django_blog.pk == 4
  1009. This process doesn't copy relations that aren't part of the model's database
  1010. table. For example, ``Entry`` has a ``ManyToManyField`` to ``Author``. After
  1011. duplicating an entry, you must set the many-to-many relations for the new
  1012. entry::
  1013. entry = Entry.objects.all()[0] # some previous entry
  1014. old_authors = entry.authors.all()
  1015. entry.pk = None
  1016. entry._state.adding = True
  1017. entry.save()
  1018. entry.authors.set(old_authors)
  1019. For a ``OneToOneField``, you must duplicate the related object and assign it
  1020. to the new object's field to avoid violating the one-to-one unique constraint.
  1021. For example, assuming ``entry`` is already duplicated as above::
  1022. detail = EntryDetail.objects.all()[0]
  1023. detail.pk = None
  1024. detail._state.adding = True
  1025. detail.entry = entry
  1026. detail.save()
  1027. .. _topics-db-queries-update:
  1028. Updating multiple objects at once
  1029. =================================
  1030. Sometimes you want to set a field to a particular value for all the objects in
  1031. a :class:`~django.db.models.query.QuerySet`. You can do this with the
  1032. :meth:`~django.db.models.query.QuerySet.update` method. For example::
  1033. # Update all the headlines with pub_date in 2007.
  1034. Entry.objects.filter(pub_date__year=2007).update(headline='Everything is the same')
  1035. You can only set non-relation fields and :class:`~django.db.models.ForeignKey`
  1036. fields using this method. To update a non-relation field, provide the new value
  1037. as a constant. To update :class:`~django.db.models.ForeignKey` fields, set the
  1038. new value to be the new model instance you want to point to. For example::
  1039. >>> b = Blog.objects.get(pk=1)
  1040. # Change every Entry so that it belongs to this Blog.
  1041. >>> Entry.objects.update(blog=b)
  1042. The ``update()`` method is applied instantly and returns the number of rows
  1043. matched by the query (which may not be equal to the number of rows updated if
  1044. some rows already have the new value). The only restriction on the
  1045. :class:`~django.db.models.query.QuerySet` being updated is that it can only
  1046. access one database table: the model's main table. You can filter based on
  1047. related fields, but you can only update columns in the model's main
  1048. table. Example::
  1049. >>> b = Blog.objects.get(pk=1)
  1050. # Update all the headlines belonging to this Blog.
  1051. >>> Entry.objects.filter(blog=b).update(headline='Everything is the same')
  1052. Be aware that the ``update()`` method is converted directly to an SQL
  1053. statement. It is a bulk operation for direct updates. It doesn't run any
  1054. :meth:`~django.db.models.Model.save` methods on your models, or emit the
  1055. ``pre_save`` or ``post_save`` signals (which are a consequence of calling
  1056. :meth:`~django.db.models.Model.save`), or honor the
  1057. :attr:`~django.db.models.DateField.auto_now` field option.
  1058. If you want to save every item in a :class:`~django.db.models.query.QuerySet`
  1059. and make sure that the :meth:`~django.db.models.Model.save` method is called on
  1060. each instance, you don't need any special function to handle that. Loop over
  1061. them and call :meth:`~django.db.models.Model.save`::
  1062. for item in my_queryset:
  1063. item.save()
  1064. Calls to update can also use :class:`F expressions <django.db.models.F>` to
  1065. update one field based on the value of another field in the model. This is
  1066. especially useful for incrementing counters based upon their current value. For
  1067. example, to increment the pingback count for every entry in the blog::
  1068. >>> Entry.objects.update(number_of_pingbacks=F('number_of_pingbacks') + 1)
  1069. However, unlike ``F()`` objects in filter and exclude clauses, you can't
  1070. introduce joins when you use ``F()`` objects in an update -- you can only
  1071. reference fields local to the model being updated. If you attempt to introduce
  1072. a join with an ``F()`` object, a ``FieldError`` will be raised::
  1073. # This will raise a FieldError
  1074. >>> Entry.objects.update(headline=F('blog__name'))
  1075. .. _topics-db-queries-related:
  1076. Related objects
  1077. ===============
  1078. When you define a relationship in a model (i.e., a
  1079. :class:`~django.db.models.ForeignKey`,
  1080. :class:`~django.db.models.OneToOneField`, or
  1081. :class:`~django.db.models.ManyToManyField`), instances of that model will have
  1082. a convenient API to access the related object(s).
  1083. Using the models at the top of this page, for example, an ``Entry`` object ``e``
  1084. can get its associated ``Blog`` object by accessing the ``blog`` attribute:
  1085. ``e.blog``.
  1086. (Behind the scenes, this functionality is implemented by Python
  1087. :doc:`descriptors <python:howto/descriptor>`. This shouldn't really matter to
  1088. you, but we point it out here for the curious.)
  1089. Django also creates API accessors for the "other" side of the relationship --
  1090. the link from the related model to the model that defines the relationship.
  1091. For example, a ``Blog`` object ``b`` has access to a list of all related
  1092. ``Entry`` objects via the ``entry_set`` attribute: ``b.entry_set.all()``.
  1093. All examples in this section use the sample ``Blog``, ``Author`` and ``Entry``
  1094. models defined at the top of this page.
  1095. One-to-many relationships
  1096. -------------------------
  1097. Forward
  1098. ~~~~~~~
  1099. If a model has a :class:`~django.db.models.ForeignKey`, instances of that model
  1100. will have access to the related (foreign) object via an attribute of the model.
  1101. Example::
  1102. >>> e = Entry.objects.get(id=2)
  1103. >>> e.blog # Returns the related Blog object.
  1104. You can get and set via a foreign-key attribute. As you may expect, changes to
  1105. the foreign key aren't saved to the database until you call
  1106. :meth:`~django.db.models.Model.save`. Example::
  1107. >>> e = Entry.objects.get(id=2)
  1108. >>> e.blog = some_blog
  1109. >>> e.save()
  1110. If a :class:`~django.db.models.ForeignKey` field has ``null=True`` set (i.e.,
  1111. it allows ``NULL`` values), you can assign ``None`` to remove the relation.
  1112. Example::
  1113. >>> e = Entry.objects.get(id=2)
  1114. >>> e.blog = None
  1115. >>> e.save() # "UPDATE blog_entry SET blog_id = NULL ...;"
  1116. Forward access to one-to-many relationships is cached the first time the
  1117. related object is accessed. Subsequent accesses to the foreign key on the same
  1118. object instance are cached. Example::
  1119. >>> e = Entry.objects.get(id=2)
  1120. >>> print(e.blog) # Hits the database to retrieve the associated Blog.
  1121. >>> print(e.blog) # Doesn't hit the database; uses cached version.
  1122. Note that the :meth:`~django.db.models.query.QuerySet.select_related`
  1123. :class:`~django.db.models.query.QuerySet` method recursively prepopulates the
  1124. cache of all one-to-many relationships ahead of time. Example::
  1125. >>> e = Entry.objects.select_related().get(id=2)
  1126. >>> print(e.blog) # Doesn't hit the database; uses cached version.
  1127. >>> print(e.blog) # Doesn't hit the database; uses cached version.
  1128. .. _backwards-related-objects:
  1129. Following relationships "backward"
  1130. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1131. If a model has a :class:`~django.db.models.ForeignKey`, instances of the
  1132. foreign-key model will have access to a :class:`~django.db.models.Manager` that
  1133. returns all instances of the first model. By default, this
  1134. :class:`~django.db.models.Manager` is named ``FOO_set``, where ``FOO`` is the
  1135. source model name, lowercased. This :class:`~django.db.models.Manager` returns
  1136. ``QuerySets``, which can be filtered and manipulated as described in the
  1137. "Retrieving objects" section above.
  1138. Example::
  1139. >>> b = Blog.objects.get(id=1)
  1140. >>> b.entry_set.all() # Returns all Entry objects related to Blog.
  1141. # b.entry_set is a Manager that returns QuerySets.
  1142. >>> b.entry_set.filter(headline__contains='Lennon')
  1143. >>> b.entry_set.count()
  1144. You can override the ``FOO_set`` name by setting the
  1145. :attr:`~django.db.models.ForeignKey.related_name` parameter in the
  1146. :class:`~django.db.models.ForeignKey` definition. For example, if the ``Entry``
  1147. model was altered to ``blog = ForeignKey(Blog, on_delete=models.CASCADE,
  1148. related_name='entries')``, the above example code would look like this::
  1149. >>> b = Blog.objects.get(id=1)
  1150. >>> b.entries.all() # Returns all Entry objects related to Blog.
  1151. # b.entries is a Manager that returns QuerySets.
  1152. >>> b.entries.filter(headline__contains='Lennon')
  1153. >>> b.entries.count()
  1154. .. _using-custom-reverse-manager:
  1155. Using a custom reverse manager
  1156. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1157. By default the :class:`~django.db.models.fields.related.RelatedManager` used
  1158. for reverse relations is a subclass of the :ref:`default manager <manager-names>`
  1159. for that model. If you would like to specify a different manager for a given
  1160. query you can use the following syntax::
  1161. from django.db import models
  1162. class Entry(models.Model):
  1163. #...
  1164. objects = models.Manager() # Default Manager
  1165. entries = EntryManager() # Custom Manager
  1166. b = Blog.objects.get(id=1)
  1167. b.entry_set(manager='entries').all()
  1168. If ``EntryManager`` performed default filtering in its ``get_queryset()``
  1169. method, that filtering would apply to the ``all()`` call.
  1170. Specifying a custom reverse manager also enables you to call its custom
  1171. methods::
  1172. b.entry_set(manager='entries').is_published()
  1173. Additional methods to handle related objects
  1174. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1175. In addition to the :class:`~django.db.models.query.QuerySet` methods defined in
  1176. "Retrieving objects" above, the :class:`~django.db.models.ForeignKey`
  1177. :class:`~django.db.models.Manager` has additional methods used to handle the
  1178. set of related objects. A synopsis of each is below, and complete details can
  1179. be found in the :doc:`related objects reference </ref/models/relations>`.
  1180. ``add(obj1, obj2, ...)``
  1181. Adds the specified model objects to the related object set.
  1182. ``create(**kwargs)``
  1183. Creates a new object, saves it and puts it in the related object set.
  1184. Returns the newly created object.
  1185. ``remove(obj1, obj2, ...)``
  1186. Removes the specified model objects from the related object set.
  1187. ``clear()``
  1188. Removes all objects from the related object set.
  1189. ``set(objs)``
  1190. Replace the set of related objects.
  1191. To assign the members of a related set, use the ``set()`` method with an
  1192. iterable of object instances. For example, if ``e1`` and ``e2`` are ``Entry``
  1193. instances::
  1194. b = Blog.objects.get(id=1)
  1195. b.entry_set.set([e1, e2])
  1196. If the ``clear()`` method is available, any preexisting objects will be
  1197. removed from the ``entry_set`` before all objects in the iterable (in this
  1198. case, a list) are added to the set. If the ``clear()`` method is *not*
  1199. available, all objects in the iterable will be added without removing any
  1200. existing elements.
  1201. Each "reverse" operation described in this section has an immediate effect on
  1202. the database. Every addition, creation and deletion is immediately and
  1203. automatically saved to the database.
  1204. .. _m2m-reverse-relationships:
  1205. Many-to-many relationships
  1206. --------------------------
  1207. Both ends of a many-to-many relationship get automatic API access to the other
  1208. end. The API works similar to a "backward" one-to-many relationship, above.
  1209. One difference is in the attribute naming: The model that defines the
  1210. :class:`~django.db.models.ManyToManyField` uses the attribute name of that
  1211. field itself, whereas the "reverse" model uses the lowercased model name of the
  1212. original model, plus ``'_set'`` (just like reverse one-to-many relationships).
  1213. An example makes this easier to understand::
  1214. e = Entry.objects.get(id=3)
  1215. e.authors.all() # Returns all Author objects for this Entry.
  1216. e.authors.count()
  1217. e.authors.filter(name__contains='John')
  1218. a = Author.objects.get(id=5)
  1219. a.entry_set.all() # Returns all Entry objects for this Author.
  1220. Like :class:`~django.db.models.ForeignKey`,
  1221. :class:`~django.db.models.ManyToManyField` can specify
  1222. :attr:`~django.db.models.ManyToManyField.related_name`. In the above example,
  1223. if the :class:`~django.db.models.ManyToManyField` in ``Entry`` had specified
  1224. ``related_name='entries'``, then each ``Author`` instance would have an
  1225. ``entries`` attribute instead of ``entry_set``.
  1226. Another difference from one-to-many relationships is that in addition to model
  1227. instances, the ``add()``, ``set()``, and ``remove()`` methods on many-to-many
  1228. relationships accept primary key values. For example, if ``e1`` and ``e2`` are
  1229. ``Entry`` instances, then these ``set()`` calls work identically::
  1230. a = Author.objects.get(id=5)
  1231. a.entry_set.set([e1, e2])
  1232. a.entry_set.set([e1.pk, e2.pk])
  1233. One-to-one relationships
  1234. ------------------------
  1235. One-to-one relationships are very similar to many-to-one relationships. If you
  1236. define a :class:`~django.db.models.OneToOneField` on your model, instances of
  1237. that model will have access to the related object via an attribute of the
  1238. model.
  1239. For example::
  1240. class EntryDetail(models.Model):
  1241. entry = models.OneToOneField(Entry, on_delete=models.CASCADE)
  1242. details = models.TextField()
  1243. ed = EntryDetail.objects.get(id=2)
  1244. ed.entry # Returns the related Entry object.
  1245. The difference comes in "reverse" queries. The related model in a one-to-one
  1246. relationship also has access to a :class:`~django.db.models.Manager` object, but
  1247. that :class:`~django.db.models.Manager` represents a single object, rather than
  1248. a collection of objects::
  1249. e = Entry.objects.get(id=2)
  1250. e.entrydetail # returns the related EntryDetail object
  1251. If no object has been assigned to this relationship, Django will raise
  1252. a ``DoesNotExist`` exception.
  1253. Instances can be assigned to the reverse relationship in the same way as
  1254. you would assign the forward relationship::
  1255. e.entrydetail = ed
  1256. How are the backward relationships possible?
  1257. --------------------------------------------
  1258. Other object-relational mappers require you to define relationships on both
  1259. sides. The Django developers believe this is a violation of the DRY (Don't
  1260. Repeat Yourself) principle, so Django only requires you to define the
  1261. relationship on one end.
  1262. But how is this possible, given that a model class doesn't know which other
  1263. model classes are related to it until those other model classes are loaded?
  1264. The answer lies in the :data:`app registry <django.apps.apps>`. When Django
  1265. starts, it imports each application listed in :setting:`INSTALLED_APPS`, and
  1266. then the ``models`` module inside each application. Whenever a new model class
  1267. is created, Django adds backward-relationships to any related models. If the
  1268. related models haven't been imported yet, Django keeps tracks of the
  1269. relationships and adds them when the related models eventually are imported.
  1270. For this reason, it's particularly important that all the models you're using
  1271. be defined in applications listed in :setting:`INSTALLED_APPS`. Otherwise,
  1272. backwards relations may not work properly.
  1273. Queries over related objects
  1274. ----------------------------
  1275. Queries involving related objects follow the same rules as queries involving
  1276. normal value fields. When specifying the value for a query to match, you may
  1277. use either an object instance itself, or the primary key value for the object.
  1278. For example, if you have a Blog object ``b`` with ``id=5``, the following
  1279. three queries would be identical::
  1280. Entry.objects.filter(blog=b) # Query using object instance
  1281. Entry.objects.filter(blog=b.id) # Query using id from instance
  1282. Entry.objects.filter(blog=5) # Query using id directly
  1283. Falling back to raw SQL
  1284. =======================
  1285. If you find yourself needing to write an SQL query that is too complex for
  1286. Django's database-mapper to handle, you can fall back on writing SQL by hand.
  1287. Django has a couple of options for writing raw SQL queries; see
  1288. :doc:`/topics/db/sql`.
  1289. Finally, it's important to note that the Django database layer is merely an
  1290. interface to your database. You can access your database via other tools,
  1291. programming languages or database frameworks; there's nothing Django-specific
  1292. about your database.