summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2010-01-10 00:07:41 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2010-01-10 00:07:41 +0000
commit6e756a3c105bef261e03e79600995d13496311cf (patch)
treedeb65df665968cabe0ccdc68564d55bc48a39683
parent9ec29cf1dccb2973b9bccc60942d64cfc4207861 (diff)
Added __init__.py and models.py so tests for validators will actually run.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/modeltests/validators/__init__.py0
-rw-r--r--tests/modeltests/validators/models.py0
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/modeltests/validators/__init__.py b/tests/modeltests/validators/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/modeltests/validators/__init__.py
diff --git a/tests/modeltests/validators/models.py b/tests/modeltests/validators/models.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/modeltests/validators/models.py