mirror of
https://github.com/django/django.git
synced 2025-02-20 14:24:27 +00:00
Fixed #18381 -- Stopped escaping object ids when passing them to the contenttypes.shortcut view. Thanks apollo13 for the patch and dhepper for the review.