Re: regarding Foreign Key Display

2007-03-09 Thread MacH G
hi got solution ot the problem . just we have to add raw_id_admin = True as a attribute in defining the foriegn key in our model . this will show the textbox in our admin interface On 3/6/07, MacH G <[EMAIL PROTECTED]> wrote: > > hi thanks carole today full day searched for this problem could no

Re: regarding Foreign Key Display

2007-03-06 Thread MacH G
hi thanks carole today full day searched for this problem could not find any solution . here in my model i even have categories but there are only 4-5 and each category has got 500-700 items . so if u can tell me an efficient way like manytomany field where i have a list box and could search it ..

Re: regarding Foreign Key Display

2007-03-05 Thread [EMAIL PROTECTED]
You could try adding some javascript to your page to filter the drop down based on specific criteria just a thought but when something has that many entries (not sure what your app is) ... seems like maybe they should be categorized...then have the person choose a category first. On Mar

regarding Foreign Key Display

2007-03-05 Thread MacH G
hi all, sorry to bother u ppl for the second time in a day . in my application i have foreign key relationship which is shown as a drop down list box. but in my application it contains some 2000-3000 entries . so i tried to display in other format . but it seems that a foreign could only be displa