RE: One to many issue in Django admin

2008-01-16 Thread Oak McIlwain
thout a file under any circumstances... right? -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of James Bennett Sent: Wednesday, 16 January 2008 2:20 PM To: django-users@googlegroups.com Subject: Re: One to many issue in Django admin On Jan 15,

Re: One to many issue in Django admin

2008-01-15 Thread James Bennett
On Jan 15, 2008 9:34 PM, oak <[EMAIL PROTECTED]> wrote: > In Django admin I can add a track without specifying a file without a > problem however if I go into album and try to add a track that way. It > has an error saying that the file can not be null. It looks like you initially created the tab

One to many issue in Django admin

2008-01-15 Thread oak
I have an album and it has many tracks. The track has a FileField. The FileField has null=True and blank=True. In Django admin I can add a track without specifying a file without a problem however if I go into album and try to add a track that way. It has an error saying that the file can not b