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:29:03 -0500 |
| commit | a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 (patch) | |
| tree | fcb795aec91beade9af688a27876682d204861e0 /docs/ref | |
| parent | 9788625277b85596302bbf2c39cf829b7a766a4f (diff) | |
Replaced "inbuilt" with more common "built-in".
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 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 |
