On Dec 5, 4:14 pm, Robert <rob...@iteria.no> wrote:
> Hi,
>
> I try to run an app that ran successfully on 0.96 but doesn't run on
> version 1.1.1.
>
> I have validated my models.py with the command python manage.py
> validate.
>
> It output a syntax error in this line:
>
> if not force_update and self.next_update and self.next_update >
> datetime.datetime.now():
>             return
>
> I have looked through an article about porting on djangoproject.com
> but I didn't see anything there that could give me a clue.
>
> Are you able to spot the error?
>
> Thanks
>
> Robert

Do you think it might be useful to actually post the traceback, plus
some context for the line the error is on?
--
DR.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to