I have a URLField which is optional in my model. I've also made it optional in the ModelForm. The problem is that I do ONLY want the form to generate absolute URLs. I had thought that the URLField automatically does so but it's not working for me at present. I have a URLField which is optional in my model