#10800: render_to_string and render_to_response use select_template -------------------------------------------+-------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: render_to_string | Stage: Unreviewed Has_patch: 0 | -------------------------------------------+-------------------------------- In documentaztion: "The Django template language: For Python programmers" http://docs.djangoproject.com/en/dev/ref/templates/api/
accordind with: http://code.djangoproject.com/ticket/546 render_to_string and render_to_response can use select_template so: "The render_to_string shortcut takes one required argument -- template_name, which should be the name of the template to load and render -- and two optional arguments:" should be: "The render_to_string shortcut takes one required argument -- template_name, which should be a string with the name of the template to load and render or a list or tuple containing templates arguments for select_template -- and two optional arguments:" -- Ticket URL: <http://code.djangoproject.com/ticket/10800> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
