<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -62,7 +62,7 @@
             &quot;title&quot;: &quot;blank page&quot;,
             &quot;created&quot;: &quot;2009-02-16 15:32:23&quot;,
             &quot;page&quot;: 1,
-            &quot;author&quot;: 1
+            &quot;author&quot;: null
         }
     }
 ]</diff>
      <filename>freesound/initial_data.json</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ class Page(models.Model):
 
 class Content(models.Model):
     page = models.ForeignKey(Page)
-    author = models.ForeignKey(User)
+    author = models.ForeignKey(User, null=True, blank=True, default=None)
     title = models.CharField(max_length=250)
     body = models.TextField()
     created = models.DateTimeField(db_index=True, auto_now_add=True)</diff>
      <filename>freesound/wiki/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>57138428a4b71b1ffce23f1f742dc5dee7bb17da</id>
    </parent>
  </parents>
  <author>
    <name>Bram de Jong</name>
    <email>bram.dejong@samplesumo.com</email>
  </author>
  <url>http://github.com/bram/freesound/commit/2b8274e53c53038bb8924263c4216b666ce105d2</url>
  <id>2b8274e53c53038bb8924263c4216b666ce105d2</id>
  <committed-date>2009-11-06T08:29:18-08:00</committed-date>
  <authored-date>2009-11-06T08:29:18-08:00</authored-date>
  <message>author of wiki page can now be None</message>
  <tree>f1c87d937290c10dfdd08504e9516c1bf8a301b8</tree>
  <committer>
    <name>Bram de Jong</name>
    <email>bram.dejong@samplesumo.com</email>
  </committer>
</commit>
