I get a pinax project from SVN, then I new a django project for lance
it.
But when run as pydev: django. This error appears in Console:
Traceback (most recent call last):
File "/home/xavier/Programs/python/mysite-env/mysite/mysite/
manage.py", line 27, in <module>
execute_from_command_line()
......
......
File "/usr/local/lib/python2.6/dist-packages/django/db/models/
options.py", line 391, in _fill_related_objects_cache
for klass in get_models(include_auto_created=True):
TypeError: get_models() got an unexpected keyword argument
'include_auto_created'
I was using Eclipse.
the django version is 1.3.0
thanks very much.
--
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.