rmschne wrote: > Sorted. But gosh, why did this simple error crash Python? > > for both these models, a recent change was to remove a database field > and replace with function in the model. However I neglected to change > the __unicode__() method for that model to change the the variable > from "self.abcdefg" to "self.abcdefg()". Doing that for both fixed > the crashing problem. > > I've never been able to crash Python before. Exception handling > always seemed to work. I feel rather proud. (but wonder how this > possible). >
>From the looks of the crash dump, it looks as if Python is trying to compute some kind of illegal time value, but I on't have a Mac so I'm afraid I'm guessing. Glad you around it, Kev -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

