mirror of
https://github.com/django/django.git
synced 2025-08-06 20:08:20 +00:00
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
This commit is contained in:
parent
ed317e79e3
commit
022d29c934
5 changed files with 10 additions and 8 deletions
|
@ -62,6 +62,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
'non_default': 'sv-x-icu',
|
||||
'swedish_ci': 'sv-x-icu',
|
||||
}
|
||||
test_now_utc_template = "STATEMENT_TIMESTAMP() AT TIME ZONE 'UTC'"
|
||||
|
||||
django_test_skips = {
|
||||
'opclasses are PostgreSQL only.': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue