Project

General

Profile

Développement #1374

Load the url tag from the future tag library

Added by Mikaël Ates almost 13 years ago. Updated almost 10 years ago.

Status:
Fermé
Priority:
Bas
Assignee:
-
Category:
-
Target version:
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

#1

Updated by Mikaël Ates almost 13 years ago

  • Target version changed from 2.0.2 to 2.0.3
#2

Updated by Benjamin Dauvergne almost 10 years ago

  • Priority changed from Normal to Bas
#3

Updated by Benjamin Dauvergne almost 10 years ago

  • Target version deleted (2.0.3)
  • Patch proposed set to No
#4

Updated by Benjamin Dauvergne almost 10 years ago

  • Target version set to future
#5

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

Also available in: Atom PDF