1
0
mirror of https://github.com/django/django.git synced 2025-02-01 21:29:24 +00:00
Daniel Fairhead 5cb3ed187b Fixed #30772 -- Optimized make_template_fragment_key().
Removed usage of urllib.quote(), unnecessary since cbbe60c7fc39fa8ff75554bd90104eaad6924bb1.
Used hasher's .update() on key fragments.
2019-09-18 14:53:05 +02:00
..