mirror of
https://github.com/django/django.git
synced 2025-08-07 20:38:21 +00:00
Fixed #24793 -- Unified temporal difference support.
This commit is contained in:
parent
31098e3288
commit
766afc22a1
14 changed files with 135 additions and 2 deletions
|
@ -29,3 +29,4 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
requires_sqlparse_for_splitting = False
|
||||
greatest_least_ignores_nulls = True
|
||||
can_clone_databases = True
|
||||
supports_temporal_subtraction = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue