On 6/3/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> On 6/3/06, Derek Hoy <[EMAIL PROTECTED]> wrote:
> > Here's an example of what works for me:
> >
> > {% get_free_comment_list for workgroups.workgroup group.id as
> > comment_list reversed %}
> >
> > workgroups is the appname
> > workgroup i
On 6/3/06, Derek Hoy <[EMAIL PROTECTED]> wrote:
> Here's an example of what works for me:
>
> {% get_free_comment_list for workgroups.workgroup group.id as
> comment_list reversed %}
>
> workgroups is the appname
> workgroup is the module name - (model is WorkGroup, I don't know where
> Django get
I had to mess around with the syntax a bit to get it to work after moving to MR.
Here's an example of what works for me:
{% get_free_comment_list for workgroups.workgroup group.id as
comment_list reversed %}
workgroups is the appname
workgroup is the module name - (model is WorkGroup, I don't k
On 6/3/06, Bryan Murdock <[EMAIL PROTECTED]> wrote:
> I have a little blog based closely on the djangoproject.com blog. I'm
> updating it to magic-removal and everything seems to be going well,
> except comments aren't displaying. No template errors or anything,
> just a silent failure to load a
I have a little blog based closely on the djangoproject.com blog. I'm
updating it to magic-removal and everything seems to be going well,
except comments aren't displaying. No template errors or anything,
just a silent failure to load any comments. How does one begin to
debug this kind of thing
5 matches
Mail list logo