URLOrRelativeURLField doesn't work with django 5
christianwgd opened this issue · 3 comments
christianwgd commented
Hi, since django changed the behaviour of the url field (https://docs.djangoproject.com/en/5.0/ref/forms/fields/#urlfield) the URLOrRelativeURLField is always invalid.
I will investigate on this as soon there ist time and maybe make a proposal for solution.
christianwgd commented
Just to be sure, does the project contain any tests? Maybe not contained in the repo? Thanks.
christianwgd commented
Created a PR for this (#6). Tested successfully in my apps. Please review, thanks
christianwgd commented
Hey Tim, anything I can do to help getting this into a new release? Thanks