Re: URLField Validation

2022-09-23 Thread Ken Whitesell
That limit is a default setting. You're free to change it to whatever value you want in your models. (See the docs for URLField ) On Friday, September 23, 2022 at 3:58:55 PM UTC-4 matthew.pava wrote: > Hello, > > I ran into an

URLField Validation

2022-09-23 Thread Matthew Pava
Hello, I ran into an issue with a models.URLField because it limits the size of the field to 200 characters. I find this too short to my use case. I have a valid URL to an external website (in academia), and it won't fit in the Django URLField. This took me down a rabbit hole and this very