Re: freecomments not displaying after magic-removal

2006-06-03 Thread Bryan Murdock
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

Re: freecomments not displaying after magic-removal

2006-06-03 Thread Adrian Holovaty
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

Re: freecomments not displaying after magic-removal

2006-06-03 Thread Derek Hoy
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

Re: freecomments not displaying after magic-removal

2006-06-03 Thread Bryan Murdock
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

freecomments not displaying after magic-removal

2006-06-03 Thread Bryan Murdock
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