summaryrefslogtreecommitdiff
path: root/docs
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:29:03 -0500
commita8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 (patch)
treefcb795aec91beade9af688a27876682d204861e0 /docs
parent9788625277b85596302bbf2c39cf829b7a766a4f (diff)
Replaced "inbuilt" with more common "built-in".
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/querysets.txt2
-rw-r--r--docs/releases/1.7.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 6125cfb44a..507a2475d5 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2177,7 +2177,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
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 68dc530eee..f71f71229a 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -274,7 +274,7 @@ Custom lookups
~~~~~~~~~~~~~~
It is now possible to write custom lookups and transforms for the ORM.
-Custom lookups work just like Django's inbuilt lookups (e.g. ``lte``,
+Custom lookups work just like Django's built-in lookups (e.g. ``lte``,
``icontains``) while transforms are a new concept.
The :class:`django.db.models.Lookup` class provides a way to add lookup