Re: unable to use Custom Manager

2006-11-13 Thread Picio
doubtintom, It's Incredible how we do pretty the same things at the same time ! I can only add that I've tried to override (like a blind in the dark...) also: -get_result -get_ordering from the main View (ChangeList), nothing happen and of course the behaviour is the same. I know It's not a good

Re: unable to use Custom Manager

2006-11-13 Thread doubtintom
Hi Picio, Luke and anyone else interested in challenging Django problems like this, For those new to this thread, Picio and I independently tried using this recipe: http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser to create model managers that only permit a logged in user to see and

Re: unable to use Custom Manager

2006-11-13 Thread Picio
This is what I have now, that is -my code -the two answers I got from the creator of our "Admin Hack Code" Luke. I think we havo do a strict comparison between our and It's code. My Django version is 0.95 official. Hope this helps. Picio My Code: http://paste.e-scribe.com/hold/2728/ I Answer T

Re: unable to use Custom Manager

2006-11-12 Thread doubtintom
I have exactly the same question, Picio. If I find an answer before this group does, I'll let you know. Please do the same. Thanks. Tom Miller --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

unable to use Custom Manager

2006-11-09 Thread Picio
Hello, my code is here: http://paste.e-scribe.com/hold/2728/ Can anyone help me find the reason whay I can't make It work? In particular no matter if I set a filter in the custom manager 'SoloCurrentUser' It still show me all the rows in the Admin ! I've really tried everything and the python man