mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
[1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e
from master
This commit is contained in:
parent
3c6b9f0bbd
commit
fef3f50e31
8 changed files with 11 additions and 11 deletions
|
@ -92,7 +92,7 @@ makes it possible to refer to model field values and perform database
|
|||
operations using them 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 an SQL expression that
|
||||
describes the required operation at the database level.
|
||||
|
||||
This is easiest to understand through an example. Normally, one might do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue