<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/contacts/tests.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 [buildout]
-parts = python django
+parts = python django django-trunk
 develop = .
 eggs = django-contacts
 
@@ -15,4 +15,13 @@ project = contacts
 projectegg = contacts
 settings = testsettings
 test = contacts
+eggs = ${buildout:eggs}
+
+[django-trunk]
+recipe = djangorecipe
+version = trunk
+project = ${django:project}
+projectegg = ${django:project}
+settings = ${django:settings}
+test = ${django:test}
 eggs = ${buildout:eggs}
\ No newline at end of file</diff>
      <filename>buildout.cfg</filename>
    </modified>
    <modified>
      <diff>@@ -11,6 +11,17 @@
 		}
 	},
 	{
+		&quot;pk&quot;: 2,
+		&quot;model&quot;: &quot;contacts.company&quot;,
+		&quot;fields&quot;: {
+			&quot;name&quot;: &quot;Braithwaite Technology Consultants Inc.&quot;,
+			&quot;slug&quot;: &quot;btci&quot;,
+			&quot;nickname&quot;: &quot;BTCI&quot;,
+			&quot;date_modified&quot;: &quot;2009-05-29 00:34:06&quot;,
+			&quot;date_added&quot;: &quot;2009-05-29 00:34:06&quot;
+		}
+	},
+	{
 		&quot;pk&quot;: 1,
 		&quot;model&quot;: &quot;contacts.person&quot;,
 		&quot;fields&quot;: {
@@ -22,5 +33,18 @@
 			&quot;date_modified&quot;: &quot;2009-05-28 21:28:34&quot;,
 			&quot;date_added&quot;: &quot;2009-05-28 21:28:34&quot;
 		}
+	},
+	{
+		&quot;pk&quot;: 2,
+		&quot;model&quot;: &quot;contacts.person&quot;,
+		&quot;fields&quot;: {
+			&quot;first_name&quot;: &quot;Bruce&quot;,
+			&quot;last_name&quot;: &quot;Braithwaite&quot;,
+			&quot;slug&quot;: &quot;bruce-braithwaite&quot;,
+			&quot;title&quot;: &quot;President and CEO&quot;,
+			&quot;company&quot;: 2,
+			&quot;date_modified&quot;: &quot;2009-05-29 00:56:06&quot;,
+			&quot;date_added&quot;: &quot;2009-05-29 00:56:06&quot;
+		}
 	}
 ]
\ No newline at end of file</diff>
      <filename>src/contacts/fixtures/contacts.json</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ class Company(models.Model):
 	instant_messenger = GenericRelation('InstantMessenger')
 	web_site = GenericRelation('WebSite')
 	street_address = GenericRelation('StreetAddress')
-	note = GenericRelation(Comment)
+	note = GenericRelation(Comment, object_id_field='object_pk')
 	
 	date_added = models.DateTimeField(_('date added'), auto_now_add=True)
 	date_modified = models.DateTimeField(_('date modified'), auto_now=True)</diff>
      <filename>src/contacts/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6fced4a60f1db02f0988d591c78796a36f9b9976</id>
    </parent>
  </parents>
  <author>
    <name>Myles Braithwaite</name>
    <email>me@mylesbraithwaite.com</email>
  </author>
  <url>http://github.com/myles/django-contacts/commit/e542deb6694abbc774132ad63b972d72033ec442</url>
  <id>e542deb6694abbc774132ad63b972d72033ec442</id>
  <committed-date>2009-05-28T23:01:18-07:00</committed-date>
  <authored-date>2009-05-28T23:01:18-07:00</authored-date>
  <message>Did some work on the testing.</message>
  <tree>14daba1d964fed0e0c3a392cba4c26ea6775b147</tree>
  <committer>
    <name>Myles Braithwaite</name>
    <email>me@mylesbraithwaite.com</email>
  </committer>
</commit>
