mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32814 -- Improved performance of TextNode.
This avoids calling render() and handling exceptions, which is not necessary for text nodes.
This commit is contained in:
1
AUTHORS
1
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>
|
||||
|
||||
Reference in New Issue
Block a user