Re: problem with forms, ForeignKey, get_or_create

2009-07-24 Thread Nail
> Have you tried the save_formset of the ModelAdmin? > http://docs.djangoproject.com/en/dev/ref/contrib/admin/ No, i am trying to create user view, not admin. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: problem with forms, ForeignKey, get_or_create

2009-07-24 Thread Joshua Russo
On Thu, Jul 23, 2009 at 10:53 PM, Nail wrote: > > Hello, developers! > > Please help me with one problem. I spent 2 days attempting to solve > it. And now i have some solution, but i don't like it. > > My application manages music tracks. > There is models: Artist, Album,