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
)
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
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
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
4 matches
Mail list logo