mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed #21344 -- Typo in docs/ref/models/queries.txt
This commit is contained in:
parent
0336d0d95e
commit
ffcfb4cdcc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ without actually having to pull them out of the database into Python memory.
|
||||||
Instead, Django uses the ``F()`` object to generate a SQL expression that
|
Instead, Django uses the ``F()`` object to generate a SQL expression that
|
||||||
describes the required operation at the database level.
|
describes the required operation at the database level.
|
||||||
|
|
||||||
This is easiest to understand though an example. Normally, one might do
|
This is easiest to understand through an example. Normally, one might do
|
||||||
something like this::
|
something like this::
|
||||||
|
|
||||||
# Tintin filed a news story!
|
# Tintin filed a news story!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue