Re: 'Context' object has no attribute 'render_context'

2011-04-16 Thread jhen095
Thanks Walt. I'm not sure why the code is misbehaving either but render_to_response works so I'll roll with that. Cheers On Apr 16, 10:22 am, Walt wrote: > I'm not sure I know why your code is misbehaving, but any > particular reason you aren't using render_to_response instead > of template/con

Re: 'Context' object has no attribute 'render_context'

2011-04-16 Thread Walt
I'm not sure I know why your code is misbehaving, but any particular reason you aren't using render_to_response instead of template/context rendering? http://docs.djangoproject.com/en/dev/topics/http/shortcuts/#render-to-response It's much simpler! Walt -~ -- You received this message because

'Context' object has no attribute 'render_context'

2011-04-15 Thread jhen095
I'm fairly new to django and now I'm stuck on this error... 'Context' object has no attribute 'render_context' searching around has told me that render_context did not exist pre django 1.2 but I have django 1.2.4 installed. Here is some of my stack trace... Att