mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed a/an typos in "SQL" usage.
This commit is contained in:
parent
aff7a58aef
commit
1c2c6f1b51
7 changed files with 13 additions and 13 deletions
|
@ -247,7 +247,7 @@ backends.
|
|||
``allow_sliced_subqueries_with_in``.
|
||||
|
||||
* ``DatabaseOperations.distinct_sql()`` now requires an additional ``params``
|
||||
argument and returns a tuple of SQL and parameters instead of a SQL string.
|
||||
argument and returns a tuple of SQL and parameters instead of an SQL string.
|
||||
|
||||
* ``DatabaseFeatures.introspected_boolean_field_type`` is changed from a method
|
||||
to a property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue