mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user