summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorKeryn Knight <keryn@kerynknight.com>2021-06-07 20:02:00 +0100
committerGitHub <noreply@github.com>2021-06-07 21:02:00 +0200
commit7f6a41d3d915feb01acfa08b2b936d1199db3ba6 (patch)
tree35b4e15ba29024d708e70607b21083b4942ad3b4 /AUTHORS
parentbbf09254a3919821a9fa5f4e770b234829b64dee (diff)
Fixed #32814 -- Improved performance of TextNode.
This avoids calling render() and handling exceptions, which is not necessary for text nodes.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d3cb3a62f7..ef1e4ea095 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -520,6 +520,7 @@ answer newbie questions, and generally made Django that much better:
Keith Bussell <kbussell@gmail.com>
Kenneth Love <kennethlove@gmail.com>
Kent Hauser <kent@khauser.net>
+ Keryn Knight <keryn@kerynknight.com>
Kevin Grinberg <kevin@kevingrinberg.com>
Kevin Kubasik <kevin@kubasik.net>
Kevin McConnell <kevin.mcconnell@gmail.com>