summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-30 12:33:45 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-30 12:33:45 +0000
commit2c82a2aaf7e7d22fab5bfa181d153689c3d80c01 (patch)
treea46ea441c0f7ae966161acc32c96fa6a48b7cf4e
parent57e6ee8507ba4311888bc35ebbea0b6f50516e5a (diff)
[1.2.X] Added a missing (empty) models.py file required for the tests from r13644 to actually run.
Backport of r13670 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/sitemaps/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/sitemaps/models.py b/django/contrib/sitemaps/models.py
new file mode 100644
index 0000000000..7ff128fa69
--- /dev/null
+++ b/django/contrib/sitemaps/models.py
@@ -0,0 +1 @@
+# This file intentionally left blank \ No newline at end of file