http://dpaste.com/14978/

I have Project and ProjectImage models. The goal is to allow me,  
while adding a Project object in the admin interface, to add a few  
related ProjectImage objects (anywhere from one to several).

However, when adding a Project object, the empty ProjectImage rows  
get added as blank rows, despite the fact that I'm declaring the  
'image' object in the ProjectImage model to be core=True. So, if I  
don't add any images, and the num_in_admin is 3, I get 3 attached  
blank ProjectImage models.

I searched through the tickets, but I couldn't find a relevant patch  
(I know edit_inline is notoriously buggy). Can anyone point me to a  
good workaround or patch?

I'm using Django 0.96 and PostgreSQL on Web Faction's setup. I  
wouldn't mind upgrading to the latest SVN, if that's known to fix the  
problem.

Thanks, as usual!

-Tyson

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