﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12906	Should the url template tag accepts a variable?	Guillermo Gutiérrez	nobody	"This way, you could use a model to describe the elements of a generated menu, i. ex., and lets stuff people to set it from django admin; or whatever:

  <li>
  {% for entry in menu_entries %}
  <a href=""{% url entry.view_name %}"">{{ entry.description }}</a>
  {% endfor %}
  </li>

If MenuEntry.view_name is an CharField containing the urlname or path to view like the first argument to django.core.urlresolvers.resolve().

I'll attach my changes to django.template.defaulttags to support it."		closed	Uncategorized	1.1		wontfix		xiterrex@… campus-virtual-fueca-django@…	Unreviewed	1	0	0	0	0	0
