mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed typos in docs, comments, and exception messages.
This commit is contained in:
parent
177fa08339
commit
03db5fddfd
13 changed files with 22 additions and 21 deletions
|
|
@ -132,7 +132,7 @@ following methods:
|
|||
prominent example is ``__year`` that transforms a ``DateField`` into a
|
||||
``IntegerField``.
|
||||
|
||||
The notation to use a ``Transform`` in an lookup expression is
|
||||
The notation to use a ``Transform`` in a lookup expression is
|
||||
``<expression>__<transformation>`` (e.g. ``date__year``).
|
||||
|
||||
This class follows the :ref:`Query Expression API <query-expression>`, which
|
||||
|
|
|
|||
|
|
@ -1737,7 +1737,8 @@ raised if ``select_for_update()`` is used in autocommit mode.
|
|||
|
||||
Takes a raw SQL query, executes it, and returns a
|
||||
``django.db.models.query.RawQuerySet`` instance. This ``RawQuerySet`` instance
|
||||
can be iterated over just like an normal ``QuerySet`` to provide object instances.
|
||||
can be iterated over just like a normal ``QuerySet`` to provide object
|
||||
instances.
|
||||
|
||||
See the :doc:`/topics/db/sql` for more information.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue