Fixed typo in django/db/backends/base/features.py.

This commit is contained in:
Mariusz Felisiak 2019-01-03 20:10:33 +01:00 committed by GitHub
parent b5fe97a34e
commit 97844a3213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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