<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>templatecomponents/__init__.py</filename>
    </added>
    <added>
      <filename>templatecomponents/management/__init__.py</filename>
    </added>
    <added>
      <filename>templatecomponents/management/commands/__init__.py</filename>
    </added>
    <added>
      <filename>templatecomponents/management/commands/generate_templatecomponents.py</filename>
    </added>
    <added>
      <filename>templatecomponents/models.py</filename>
    </added>
    <added>
      <filename>templatecomponents/templatetags/__init__.py</filename>
    </added>
    <added>
      <filename>templatecomponents/templatetags/templatecomponenttags.py</filename>
    </added>
    <added>
      <filename>templatecomponents/tests.py</filename>
    </added>
    <added>
      <filename>templatecomponents/views.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -222,11 +222,11 @@ Adopt your development ``urls.py`` like this:
 
   if settings.DEBUG:
       urlpatterns += patterns('',
-        (r'^media/(?P&lt;path&gt;.*.js)$', 'django_templatecomponents.views.generate_templatecomponents',),
-        (r'^media/(?P&lt;path&gt;.*.css)$', 'django_templatecomponents.views.generate_templatecomponents',),
+          (r'^media/(?P&lt;path&gt;.*.js)$', 'templatecomponents.views.generate_templatecomponents',),
+          (r'^media/(?P&lt;path&gt;.*.css)$', 'templatecomponents.views.generate_templatecomponents',),
 
-        (r'^media/(?P&lt;path&gt;.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}),
-    )
+          (r'^media/(?P&lt;path&gt;.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}),
+      )
 
 Misc
 ====</diff>
      <filename>README.rst</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>__init__.py</filename>
    </removed>
    <removed>
      <filename>management/__init__.py</filename>
    </removed>
    <removed>
      <filename>management/commands/__init__.py</filename>
    </removed>
    <removed>
      <filename>management/commands/generate_templatecomponents.py</filename>
    </removed>
    <removed>
      <filename>models.py</filename>
    </removed>
    <removed>
      <filename>templatecomponents.py</filename>
    </removed>
    <removed>
      <filename>templatetags/__init__.py</filename>
    </removed>
    <removed>
      <filename>templatetags/templatecomponenttags.py</filename>
    </removed>
    <removed>
      <filename>tests.py</filename>
    </removed>
    <removed>
      <filename>views.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b29e773e8a5ee0b397e7d0093e83aab6377c712b</id>
    </parent>
  </parents>
  <author>
    <name>Filip Noetzel</name>
    <email>filip@j03.de</email>
  </author>
  <url>http://github.com/peritus/django_templatecomponents/commit/0d67e7cb40c447ef3638486ffcf3ee22a1f4d6af</url>
  <id>0d67e7cb40c447ef3638486ffcf3ee22a1f4d6af</id>
  <committed-date>2009-01-21T02:03:08-08:00</committed-date>
  <authored-date>2009-01-21T02:03:08-08:00</authored-date>
  <message>Move code into 'templatecomponents' module. THIS IS BACKWARDS INCOPATIBLE.</message>
  <tree>6df65130ecc6868b89d8b13f85491e7fb823ee40</tree>
  <committer>
    <name>Filip Noetzel</name>
    <email>filip@j03.de</email>
  </committer>
</commit>
