Re: ManyToMany problems

2005-11-22 Thread rotmer
Adrian Holovaty wrote: On 11/22/05, plisk <[EMAIL PROTECTED]> wrote: pc.get_user_list(groups__name__exact='Tech') Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.4/site-packages/django/utils/functional.py", line 3, in _curried return args[0](*(args[1:]+m

Re: Access request object in model's hooks and display methods

2005-11-20 Thread rotmer
Adrian Holovaty wrote: Seems like its not possible to access request object in hooks like pre_save and display methods(those are listed in list_display) ? Is it supposed to be like this by design ? If so then hardly its very convinient to use in real applications. Yes, this is by design. Model