Re: ManyToMany + through + using add, d

2008-08-29 Thread Richard Ward
It looks like the solution to this is in the newest release. Ref. http://code.djangoproject.com/changeset/8136 On Fri, Aug 29, 2008 at 1:40 AM, akaihola <[EMAIL PROTECTED]> wrote: > > This looks like Gergo's ticket for his original request: > http://code.djangoproject.com/ticket/8334 > > > --

Re: ANN: django-morsels

2008-08-28 Thread Richard Ward
I just checked out the newest revision and it works! I am certain this will be a very handy asset. To debug the issue you can use the {% debug %} template tag. Thank you, Richard On Sun, Aug 24, 2008 at 6:11 AM, Richard Ward <[EMAIL PROTECTED]> wrote: > I too am unable to display th

Re: ANN: django-morsels

2008-08-24 Thread Richard Ward
I too am unable to display the morsels. I believe it is install correctly. I can add morsels. The morsel tag generates no error when the template is generated. This is my context setting: TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "django.core.context_process