mirror of
https://github.com/django/django.git
synced 2025-03-10 17:32:41 +00:00
Fixed typo in django/db/models/expressions.py.
This commit is contained in:
parent
20848bcf39
commit
1fffa4af12
@ -175,7 +175,7 @@ class BaseExpression:
|
||||
_output_field_resolved_to_none = False
|
||||
# Can the expression be used in a WHERE clause?
|
||||
filterable = True
|
||||
# Can the expression can be used as a source expression in Window?
|
||||
# Can the expression be used as a source expression in Window?
|
||||
window_compatible = False
|
||||
# Can the expression be used as a database default value?
|
||||
allowed_default = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user