<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>beancounter/evolutions/__init__.py</filename>
    </added>
    <added>
      <filename>beancounter/evolutions/add_bid.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,3 +6,11 @@ Requirements
 
 .. _python-dateutil: http://pypi.python.org/pypi/dateutil
 .. _tagging: http://django-tagging.googlecode.com 
+
+
+Recommended
+===========
+
+- django_evolution_
+
+.. _django_evolution: http://django-evolution.googlecode.com</diff>
      <filename>README.rst</filename>
    </modified>
    <modified>
      <diff>@@ -114,7 +114,7 @@ class Project(models.Model):
     name = models.CharField(max_length=100)
     employees = models.ManyToManyField(Employee)
     start_date = models.DateField()
-    #bid = models.DecimalField(max_digits=8, decimal_places=2)
+    bid = models.DecimalField(max_digits=8, decimal_places=2)
     active = models.BooleanField(default=True)
 
     def __unicode__(self):</diff>
      <filename>beancounter/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d19870c8fdeab21e921453632d5169b8445728d3</id>
    </parent>
  </parents>
  <author>
    <name>Peter Baumgartner</name>
    <email>pete@lincolnloop.com</email>
  </author>
  <url>http://github.com/lincolnloop/django-beancounter/commit/3431c1032d66ef29e874b66482b590d1a25a1b48</url>
  <id>3431c1032d66ef29e874b66482b590d1a25a1b48</id>
  <committed-date>2009-01-04T17:41:51-08:00</committed-date>
  <authored-date>2009-01-04T17:41:51-08:00</authored-date>
  <message>add bid field</message>
  <tree>7ca2a2ff170f78fc07b7406fe075861388dd7505</tree>
  <committer>
    <name>Peter Baumgartner</name>
    <email>pete@lincolnloop.com</email>
  </committer>
</commit>
