<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,17 +1,5 @@
-Welcome to django-test-utils. The blog post annoucning this project has more information about it and is located at http://ericholscher.com/projects/django-test-utils/
+Welcome to django-test-utils. The Documentation for this project is located at  http://ericholscher.com/projects/django-test-utils/
 
-Documentation for django-testmaker can be found at http://ericholscher.com/projects/django-testmaker/
-
-
-TODO:
-
-- Make a setting or a pluggable way to include arbitrary code execution on the response
-  - This probably requires a data store.
-  - Need to decide if these plugins can interact
-
-Looks something like:
-test_utils.register(my_func)
-
-for func in registered_funcs:
-   func(request, datastore)
+It is currently undergoing a major refactoring to make it awesomer. Please submit bugs to Eric Holscher at eric@ericholscher.com.
 
+Thanks for using test utils!</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name = &quot;django-test-utils&quot;,
-    version = &quot;0.2&quot;,
+    version = &quot;0.3&quot;,
     packages = find_packages(),
     author = &quot;Eric Holscher&quot;,
     author_email = &quot;eric@ericholscher.com&quot;,</diff>
      <filename>setup.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,14 @@
+import logging
+import re
+import time
+import cPickle as pickle
+
 from django.conf import settings
 from django.test import Client
 from django.test.utils import setup_test_environment
 from django.utils.encoding import force_unicode
-from django import template
 from django.template.defaultfilters import slugify as base_slugify
-import logging, re, os, copy
-import time
-import cPickle as pickle
-from cStringIO import StringIO
+
 from test_utils.templatetags import DEFAULT_TAGS
 
 log = logging.getLogger('testmaker')
@@ -60,6 +61,8 @@ class TestMakerMiddleware(object):
 class Serializer(object):
     &quot;&quot;&quot;A pluggable Serializer class&quot;&quot;&quot;
 
+    name = &quot;default&quot;
+
     def __init__(self, name='default'):
         &quot;&quot;&quot;Constructor&quot;&quot;&quot;
         self.data = {}
@@ -85,7 +88,7 @@ class Serializer(object):
             'name': self.name,
             'time': time.time(),
             'path': path,
-           
+
             'context': response.context,
             'content': response.content,
             'status_code': response.status_code,
@@ -158,4 +161,3 @@ class Processer(object):
                     log.info(u'''\t\tself.assertEqual(unicode(r.context[-1][&quot;&quot;&quot;%s&quot;&quot;&quot;]), u&quot;&quot;&quot;%s&quot;&quot;&quot;)''' % (var, force_unicode(context[var])))
             except UnicodeDecodeError, e:
                 pass
-</diff>
      <filename>test_utils/middleware/testmaker.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b0b93372d11066265300d986a9e9b6585a0ac031</id>
    </parent>
  </parents>
  <author>
    <name>Eric Holscher</name>
    <email>eric@ericholscher.com</email>
  </author>
  <url>http://github.com/ericholscher/django-test-utils/commit/d75755fe78392ba42359de8e034eedddf382aa28</url>
  <id>d75755fe78392ba42359de8e034eedddf382aa28</id>
  <committed-date>2009-04-12T10:57:59-07:00</committed-date>
  <authored-date>2009-04-12T10:57:59-07:00</authored-date>
  <message>Small bits of code refactoring.</message>
  <tree>c628e515e3eab40e0217de0335b728afa8ed58ec</tree>
  <committer>
    <name>Eric Holscher</name>
    <email>eric@ericholscher.com</email>
  </committer>
</commit>
