Re: User and generic views

2007-04-29 Thread Robin Percy
On 4/29/07, Ryan K <[EMAIL PROTECTED]> wrote: > > > On Apr 29, 4:26 am, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > On Sun, 2007-04-29 at 03:47 +, Ryan K wrote: > > > Hi all...quick question. If I have the auth app enabled, is the user > > > object automatically exposed to templates use

Re: building a menu dynamically based on user info

2007-04-29 Thread Robin Percy
) register.tag('test_tag',test_tag) - Robin On 4/29/07, Marco Gabriel <[EMAIL PROTECTED]> wrote: > > > Robin Percy schrieb: > > It sounds like you're trying to access the user as an attribute rather > > than a key in your tag renderer. Make sure you're

Re: building a menu dynamically based on user info

2007-04-29 Thread Robin Percy
It sounds like you're trying to access the user as an attribute rather than a key in your tag renderer. Make sure you're using the syntax context['user'] as opposed to context.user. - Robin On 4/29/07, Marco Gabriel <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > Scenario: I want to build a ma

global name '_get_deleted_objects' is not defined

2007-02-18 Thread Robin Percy
Has anyone else run into the following error when deleting objects using the newforms-admin branch? Exception Value: global name '_get_deleted_objects' is not defined Exception Location: /usr/lib/python2.4/site-packages/django/contrib/admin/options.py in delete_view, line 466 Obviously _get_delet