1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

magic-removal: Various cleanup and moving, with respect to the recent django.core.db -> django.db move

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2005-12-14 06:24:32 +00:00
parent 394ad9aa7f
commit aecff3e245
15 changed files with 356 additions and 371 deletions

View File

@@ -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 = {