From a5c80a28dc797211eb39a5e073e380a8a0bbb369 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 30 Aug 2010 12:32:26 +0000 Subject: [PATCH] Added a missing (empty) models.py file required for the tests from r13644 to actually run. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13670 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/sitemaps/models.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 django/contrib/sitemaps/models.py 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