1
0
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:
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

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?