mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
This reverts commit2ee447fb5f. That commit introduced a regression (#21882) and didn't really do what it was supposed to: while it did delay the evaluation of lazy objects passed to mark_safe(), they weren't actually marked as such so they could end up being escaped twice. Refs #21882. Backport ofa878bf9b09from master.