Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.

This commit is contained in:
Tim Graham 2021-08-24 02:28:03 -04:00 committed by GitHub
parent ed317e79e3
commit 022d29c934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 8 deletions

View file

@ -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.': {