mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-17 01:01:06 +00:00
Disable timezone support for tests, as the date / time fields' tests use naive datatime objects and fail if it's enabled.
This commit is contained in:
parent
e13798785e
commit
46afcd0e5e
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ LANGUAGE_CODE = 'de'
|
|||
MODELTRANSLATION_DEFAULT_LANGUAGE = 'de'
|
||||
|
||||
USE_I18N = True
|
||||
USE_TZ = False
|
||||
|
||||
MODELTRANSLATION_AUTO_POPULATE = False
|
||||
MODELTRANSLATION_FALLBACK_LANGUAGES = ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue