mirror of
https://github.com/django/django.git
synced 2025-01-22 16:19:35 +00:00
fdf5cd3429
Leading slashes in the second urljoin argument will return exactly that argument, breaking FileSystemStorage.url behavior if called with a parameter with leading slashes. Also added test cases for null bytes and None. Thanks to Markus for help and review.