sorry, I posted the code of thefile venv/local/lib/python2.7/site-packages/django/template/response.py at line 83 with the # but the real code that I execute is: ############################################# ... @property def rendered_content(self): """Returns the freshly rendered content for the template and context
described by the TemplateResponse. This *does not* set the final content of the response. To set the response content, you must either call render(), or set the content explicitly using the value of this property. """ template = self.resolve_template(self.template_name) context = self.resolve_context(self.context_data) content = template.render(context) import ipdb; ipdb.set_trace() return content ... ############################################### -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bcd70fe0-caef-4ffa-aacf-b4d802f5d3ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.