Google ate my previous message. So, once again...

Thanks for the reply robo...

If I remove the "core=True" django complains that "there should be at
least one field declared as core to edit inline".

The problem is that, image and file fields does not behave as one
would expect in the admin when declared as "core". One solution is to
add a dummy field like "image_caption" and declare it as core, not the
image field itself. But this would introduce the overhead of giving
useless image captions for every image.


On 7 Haziran, 11:00, robo <[EMAIL PROTECTED]> wrote:
> Try removing the "core = True" in this line:
>
> image = models.ImageField(upload_to = 'section/image/',
>                               core = True)
>
> I had a similar, if not exact, problem that I posted about a month and
> a half ago.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to