mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Fixed typo in django/db/backends/base/features.py.
This commit is contained in:
parent
b5fe97a34e
commit
97844a3213
@ -234,7 +234,7 @@ class BaseDatabaseFeatures:
|
||||
# Does the backend support indexing a TextField?
|
||||
supports_index_on_text_field = True
|
||||
|
||||
# Does the backed support window expressions (expression OVER (...))?
|
||||
# Does the backend support window expressions (expression OVER (...))?
|
||||
supports_over_clause = False
|
||||
|
||||
# Does the backend support CAST with precision?
|
||||
|
Loading…
x
Reference in New Issue
Block a user