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
--
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.