can't compare offset-naive and offset-aware datetimes

Issue #7 resolved
wondernet created an issue

I receive that error message when USE_TZ = True in settings, if I set it to false I get rid of that error. I'm using django 1.4.

Exact location of the error: {{{

    def update_parent(self, initial_status):        
            if self.is_accepted():
                if parent and (not parent.replied_at or self.sent_at < parent.replied_at):

}}}

Comments (4)

  1. wondernet reporter

    Ok, thanks. I tested a little and didn't crash. In previous version didn't crash everytime either, just from time to time..

  2. Log in to comment