mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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:
parent
4970ef07c2
commit
d27f909d2e
5 changed files with 33 additions and 8 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue