When used with Django's default URLField, file names with emoji, etc are successfully uploaded, but don't pass validation when the URL is submitted to the form handler.
I've worked around this by doing this with the user-supplied filename in my code:
When used with Django's default
URLField
, file names with emoji, etc are successfully uploaded, but don't pass validation when the URL is submitted to the form handler.I've worked around this by doing this with the user-supplied filename in my code:
I'm not sure if the above method is not overkill, but URLField no longer complains.