Re: edit_inline and empty models

2007-07-22 Thread Collin Grady
Don't set a FileField or ImageField as core=True, it won't work as expected. Maybe make the alt text core=True instead, or require a name for the model? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users

edit_inline and empty models

2007-07-21 Thread Tyson Tate
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 a