Re: Master Details

2007-02-23 Thread Ramdas S
in detail class add this user = models.ForeignKey(master, edit_inline=models.TABULAR, num_in_admin=5) Ramdas On 2/23/07, VirusRaja <[EMAIL PROTECTED]> wrote: > > > Dear All, > > I have a user table (master) and address(detail). i need to update > both the table from 1 page. > can you guys tell me

Re: Master Details

2007-02-23 Thread Ramdas S
in detail class add this user = models.ForeignKey(master, edit_inline=models.TABULAR, num_in_admin=5) Ramdas On 2/23/07, VirusRaja <[EMAIL PROTECTED]> wrote: > > > Dear All, > > I have a user table (master) and address(detail). i need to update > both the table from 1 page. > can you guys tell

Master Details

2007-02-23 Thread VirusRaja
Dear All, I have a user table (master) and address(detail). i need to update both the table from 1 page. can you guys tell me how to do it in django Can any one send me a code snipt to master detail option in Django, Thanx Prasad --~--~-~--~~~---~--~~ You recei