Re: Strange issue with too many Foriegn Keys

2008-02-06 Thread Michael Newman
THANK YOU so much. That was exactly what I was looking for. A bit of a hack fix. Maybe I can look into writing a patch for it since I am going to need to work on a fix that I feel comfortable with anyways. I started looking at new forms the last couple of hours thinking that would be a fix. It lo

Re: Strange issue with too many Foriegn Keys

2008-02-06 Thread Aaron Fay
Hey Michael, I ran across this article a couple days ago that seems to have a workaround to your problem: http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefield-or-filefield-in-django-admin/ Hope that helps, Aaron Michael Newman wrote: > I am trying this new way of inheriting a l

Strange issue with too many Foriegn Keys

2008-02-06 Thread Michael Newman
I am trying this new way of inheriting a lot of information for a project I am working on. This site I need to extend the user profile, then certain people can have their own sites and then those sites can have 10 photographs to add to a slide show. so I have: exampleapp.py -- models.py class P