From a7c6c705e82bfb9f061f35d38c2a6184dae52cd4 Mon Sep 17 00:00:00 2001 From: Alexander Allakhverdiyev Date: Thu, 11 May 2017 07:09:44 -0700 Subject: Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. --- docs/releases/2.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 450d8bd3da..323b51fbf4 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -212,6 +212,8 @@ Templates apps, it now returns the first engine if multiple ``DjangoTemplates`` engines are configured in ``TEMPLATES`` rather than raising ``ImproperlyConfigured``. +* Custom template tags may now accept keyword-only arguments. + Tests ~~~~~ -- cgit v1.3