has anyone any idea why the inlines might go missing?

I have a model 'song' and a model 'recording'. I've created a
recordingInline class, and in the modelAdmin I set:
inlines = [recordingInline]

this all works fine on my Ubuntu installation running python 2.5.2 and
django 1.0.2, but on another installation on freebsd, using python 2.5.4
and django 1.0.2 and the same source, the inlines simply don't appear in
the form (ie. only the form for the song model appears) but if I try to
submit this I get an error 'ManagementForm data is missing or has been
tampered with', presumably because the admin app knows that it is
expecting the form data for the recording model too, so it knows about
the inlines.

What would stop the inlines appearing in one context when they work fine
in the other?

tia

andy




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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