django icon indicating copy to clipboard operation
django copied to clipboard

feat: URLValidator Error Cause

Open dopry opened this issue 6 months ago • 1 comments

The URLValidator lets you know there is something wrong with the URL, but not why it is wrong. This commit adds a cause to the errors and more detail to the error message.

dopry avatar Oct 20 '23 14:10 dopry

Hi @dopry , thanks for this patch. however, all features require an accepted ticket.

DevilsAutumn avatar Apr 29 '24 10:04 DevilsAutumn

Hello @dopry! Thank you for your first contribution. As @DevilsAutumn mentioned, non trivial changes like this would need an accepted ticket and also a higher level consideration to evaluate whether a change like this is desirable in other validators. For more details about contributing to Django, please see the documented guidelines for requesting features.

nessita avatar May 02 '24 15:05 nessita