Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclusion_tag helpers. Thanks, vladmos.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-11 16:05:28 +00:00
parent 4970ef07c2
commit d27f909d2e
5 changed files with 33 additions and 8 deletions

View file

@ -175,6 +175,7 @@ Django 1.4 also includes several smaller improvements worth noting:
code are slightly emphasized. This change makes it easier to scan a stacktrace
for issues in user code.
* Customizable names for :meth:`~django.template.Library.simple_tag`.
.. _backwards-incompatible-changes-1.4: