From 6e756a3c105bef261e03e79600995d13496311cf Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Sun, 10 Jan 2010 00:07:41 +0000 Subject: [PATCH] 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 --- tests/modeltests/validators/__init__.py | 0 tests/modeltests/validators/models.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/modeltests/validators/__init__.py create mode 100644 tests/modeltests/validators/models.py diff --git a/tests/modeltests/validators/__init__.py b/tests/modeltests/validators/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/modeltests/validators/models.py b/tests/modeltests/validators/models.py new file mode 100644 index 0000000000..e69de29bb2