timonweb / django-url-or-relative-url-field

A Django model field that supports both absolute and relative URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLOrRelativeURLField doesn't work with django 5

christianwgd opened this issue · comments

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.

Just to be sure, does the project contain any tests? Maybe not contained in the repo? Thanks.

Created a PR for this (#6). Tested successfully in my apps. Please review, thanks

Hey Tim, anything I can do to help getting this into a new release? Thanks