Author: russellm Date: 2010-08-30 07:32:26 -0500 (Mon, 30 Aug 2010) New Revision: 13670
Added: django/trunk/django/contrib/sitemaps/models.py Log: Added a missing (empty) models.py file required for the tests from r13644 to actually run. Added: django/trunk/django/contrib/sitemaps/models.py =================================================================== --- django/trunk/django/contrib/sitemaps/models.py (rev 0) +++ django/trunk/django/contrib/sitemaps/models.py 2010-08-30 12:32:26 UTC (rev 13670) @@ -0,0 +1 @@ +# This file intentionally left blank \ No newline at end of file -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
