On 5 Juni, 17:18, "Deryck Hodge" <[EMAIL PROTECTED]> wrote:
> On 6/4/07, Psamathos <[EMAIL PROTECTED]> wrote:
>
> > Anyone with an idea what this could be?
>
> > Error: Couldn't install apps, because there were errors in one or more
> > models:
> > django.contrib.admin: <type 'instance'>
> > django.contrib.sites: <type 'instance'>
> > django.contrib.contenttypes: <type 'instance'>
> > django.contrib.sessions: <type 'instance'>
> > django.contrib.auth: <type 'instance'>
>
> Hi, Magnus.
>
> What does running `./manage.py validate` say? Is that error above the
> same as what validate says?
>
> Cheers,
> deryck
It does. I installed version 0.96 and it works there, but then I'd
have to change all my form.cleaned_data to form.clean_data, not a lot
of work but a tad annoying since I'll have to change back when 0.97 is
released :)
$ python manage.py validate
django.contrib.admin: <type 'instance'>
django.contrib.sites: <type 'instance'>
django.contrib.contenttypes: <type 'instance'>
django.contrib.sessions: <type 'instance'>
django.contrib.auth: <type 'instance'>
regards,
Magnus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---