Développement #1374
Load the url tag from the future tag library
Start date:
25 April 2012
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
Description
As explained at https://docs.djangoproject.com/en/dev/releases/1.3/ an existing template that contains:
{% url sample %}
should be replaced with:
{% load url from future %} {% url 'sample' %}
History
Updated by Benjamin Dauvergne almost 10 years ago
- Target version deleted (
2.0.3) - Patch proposed set to No
Updated by Frédéric Péters almost 10 years ago
- Status changed from Nouveau to Fermé
There are no "{% url sample %}" (url without a string) anymore.
commit 47349d4c0db7e2a2a8b3303587117f97ba8a89d8 Author: Benjamin Dauvergne <bdauvergne@entrouvert.com> Date: Tue Mar 5 15:53:44 2013 +0100 templates: use new syntax for the {% url %} tag