mirror of
https://github.com/django/django.git
synced 2025-06-05 19:49:13 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a4f1e48ddb
commit
7daf0b9407
@ -149,8 +149,8 @@ datetime.datetime(2000, 1, 1, 6, 1, 1)
|
|||||||
|
|
||||||
"""}
|
"""}
|
||||||
|
|
||||||
if settings.DATABASE_ENGINE != "mysql":
|
if settings.DATABASE_ENGINE not in ("mysql", "oracle"):
|
||||||
__test__["non-mysql-tests"] = """
|
__test__["timezone-tests"] = """
|
||||||
# Saving an updating with timezone-aware datetime Python objects. Regression
|
# Saving an updating with timezone-aware datetime Python objects. Regression
|
||||||
# test for #10443.
|
# test for #10443.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user