diff options
Diffstat (limited to 'tests/othertests/db_typecasts.py')
| -rw-r--r-- | tests/othertests/db_typecasts.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/othertests/db_typecasts.py b/tests/othertests/db_typecasts.py index 52cab666de..ffc9b34aec 100644 --- a/tests/othertests/db_typecasts.py +++ b/tests/othertests/db_typecasts.py @@ -1,6 +1,6 @@ -# Unit tests for django.core.db.typecasts +# Unit tests for typecast functions in django.db.backends.util -from django.core.db import typecasts +from django.db.backends import util as typecasts import datetime TEST_CASES = { |
