Jay Parlar wrote:
> On 10/28/06, NakedHTML <[EMAIL PROTECTED]> wrote:
> >
> > Okay, I trimmed things down a bit and put the models into a new
> > project. Models -> http://paste.e-scribe.com/2425/
> >
> > I'm trying to access the reporter (or reporters) of the story in the
> > template using -> http://paste.e-scribe.com/2424/
> >
> > Same as before, this randomly works and errors out with ->
> > http://paste.e-scribe.com/2423/
> >
> > Am I completly off track on trying to access a manytomany field this
> > way?
>
> Is there any chance that you've got some other URL accidentally using
> whatever view causes this template to get rendered?
>
> My initial guess would be that the template is being rendered with
> some 'object', but the 'object' is not in fact a 'Story' object, as is
> required.
>
> And definitely try Malcolm's suggestion of using {% debug %} in the template.
>
> Jay P.

My wild guess: things get broken, when you update some of your source
files and don't restart server. This happens to me regularly and the
error messages match also.

- samuli


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to