regarding ManyToManyField help

2007-03-04 Thread MacH
hi i m a newbie to django and was trying creating some apps . i have 2 classes namely Teacher and Student . Added ManyToManyField in Student class referring to Teacher such that (Teachername = models.ManyToManyField(Teacher) ) . Using list_display method trying to list all the rows in Student c

Re: regarding ManyToManyField help

2007-03-04 Thread MacH G
wrote: > > > On Sun, 2007-03-04 at 21:56 -0800, MacH wrote: > > hi i m a newbie to django and was trying creating some apps . > > i have 2 classes namely Teacher and Student . Added ManyToManyField > > in Student class referring to Teacher such that (Teachername = &

Re: regarding ManyToManyField help

2007-03-04 Thread MacH G
hey thanks a lot malcolm and james *__repr__* worked fine it my admin interface (GUI) i could see things like [thomson,Richie] as expected adding __repr__ solved my problem On 3/5/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-03-05 at 00:55 -0600, James Bennett wrote:

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

applying a patch in windows ???

2007-03-06 Thread MacH G
hi all , for the list_filter to add fields other than specified fields i got a patch file (*list_filter.3.diff* ) from the following url http://code.djangoproject.com/ticket/3400 but i do know how to apply it in windows could somebody tell me the command to apply it . thanks in advance ashok --

Re: applying a patch in windows ???

2007-03-06 Thread MacH G
hey thank u guys this time just did manual replacement and it works fine On 3/6/07, limodou <[EMAIL PROTECTED]> wrote: > > > On 3/6/07, MacH G <[EMAIL PROTECTED]> wrote: > > hi all , > > for the list_filter to add fields other than specified fields i got a >

Re: regarding Foreign Key Display

2007-03-06 Thread MacH G
> 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 5, 5:00 am, "MacH G" <[EMAI

Regarding Opening a link from admin interface

2007-03-06 Thread MacH G
hi all i have an app(USERS INFO) where the users details and photos are maintained .when i just click the app USER INFO it displays all the users details along with the thumbnail image of the photo and a link to the photo . but when i just click the link it is not opening neither in the same window

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 p

for UNICEF

2007-03-13 Thread MacH G
I'm extending a personal invitation to my friends and family. http://friends.unicefusa.org/r/beee81202345102a8408 -- ashok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

truncated response content in middleware

2019-07-28 Thread Václav Mach
t exactly 4096 bytes. Is there some size limit to the reponse that is processed at a time? Can i somehow process the whole response? cheers, Vaclav -- Václav Mach tel: +420 234 680 206 CESNET, z.s.p.o. www.cesnet.cz -- You received this message because you are subscribed to the Google Groups &quo

custom error handlers

2019-08-13 Thread Václav Mach
'403 Forbidden' which is the default error handler content. How to write custom error handler with defined content? cheers, Vaclav -- Václav Mach tel: +420 234 680 206 CESNET, z.s.p.o. www.cesnet.cz -- You received this message because you are subscribed to the Google Groups