[1.9.x] Normalized "an SQL" spelling.

Backport of 575a9a791e from master
This commit is contained in:
Ville Skyttä 2016-05-04 02:30:48 +03:00 committed by Tim Graham
parent 3c6b9f0bbd
commit fef3f50e31
8 changed files with 11 additions and 11 deletions

View file

@ -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