<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -56,9 +56,9 @@ class Question(FaqBase):
     def __unicode__(self):
         return self.text
 
-    def save(self):
+    def save(self, *args, **kwargs):
         self.updated_on = datetime.now()
-        super(Question, self).save()
+        super(Question, self).save(*args, **kwargs)
 
     def is_header(self):
         return self.status == enums.STATUS_HEADER</diff>
      <filename>faq/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>198f5c1fd16829fe9367d06c9cb4ecffb60fa7f4</id>
    </parent>
  </parents>
  <author>
    <name>Sean O'Connor</name>
    <email>soconnor@hugeinc.com</email>
  </author>
  <url>http://github.com/howiworkdaily/django-faq/commit/7808c15afca186c6dcc9c175f8767cda25329c55</url>
  <id>7808c15afca186c6dcc9c175f8767cda25329c55</id>
  <committed-date>2009-05-13T13:05:59-07:00</committed-date>
  <authored-date>2009-05-13T13:05:59-07:00</authored-date>
  <message>Fix the overriden save method on the Question model to pass through any args or kwargs to the parent save.</message>
  <tree>db9678a3b4b92a704661754deca3af13acff541b</tree>
  <committer>
    <name>Sean O'Connor</name>
    <email>soconnor@hugeinc.com</email>
  </committer>
</commit>
