From a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 12 Nov 2015 17:29:03 -0500 Subject: Replaced "inbuilt" with more common "built-in". --- docs/ref/models/querysets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') 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 `. -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 ` for model fields. As a convenience when no lookup type is provided (like in -- cgit v1.3