summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-12 17:29:03 -0500
committerTim Graham <timograham@gmail.com>2015-11-12 17:30:47 -0500
commit967335977b07bfd34a9374edac4240d34b48040d (patch)
treeef98d3ff35c9976b1a99ec8a9d3a8df71145f9d5 /docs/ref/models
parent16c1075d335c4dbe84b0ef634b95b8a2eca1691d (diff)
[1.8.x] Replaced "inbuilt" with more common "built-in".
Backport of a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 from master
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/querysets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 1971964c0f..b0ea47828e 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2213,7 +2213,7 @@ specified as keyword arguments to the ``QuerySet`` methods :meth:`filter()`,
For an introduction, see :ref:`models and database queries documentation
<field-lookups-intro>`.
-Django's inbuilt lookups are listed below. It is also possible to write
+Django's built-in lookups are listed below. It is also possible to write
:doc:`custom lookups </howto/custom-lookups>` for model fields.
As a convenience when no lookup type is provided (like in