diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-12 17:29:03 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-12 17:30:38 -0500 |
| commit | 672de44e242369d29136bbf1f3ae1059dd787936 (patch) | |
| tree | c19eadd71286729ec558634f68205cfa9b771352 /docs/ref | |
| parent | 623b8c99fe4f9ecf4d12749eb76791e36bc4fcc2 (diff) | |
[1.9.x] Replaced "inbuilt" with more common "built-in".
Backport of a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 458c70d736..310cfdb1d5 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2197,7 +2197,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 |
