mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed typos spotted by Claude Paroz
This commit is contained in:
@@ -189,7 +189,7 @@ Custom lookups work just like Django's inbuilt lookups (e.g. ``lte``,
|
||||
|
||||
The :class:`django.db.models.Lookup` class provides a way to add lookup
|
||||
operators for model fields. As an example it is possible to add ``day_lte``
|
||||
opertor for ``DateFields``.
|
||||
operator for ``DateFields``.
|
||||
|
||||
The :class:`django.db.models.Transform` class allows transformations of
|
||||
database values prior to the final lookup. For example it is possible to
|
||||
|
||||
Reference in New Issue
Block a user