Re: Optional schemes in URLValidator causes backward incompatible changes

2014-12-12 Thread Bruno Ribeiro da Silva
Thanks! It's open: https://code.djangoproject.com/ticket/23985 On Fri, Dec 12, 2014 at 12:12 PM, Michael Manfre wrote: > Please open a ticket for this. > > On Fri, Dec 12, 2014 at 9:11 AM, Bruno Ribeiro da Silva < > bruno.dev...@gmail.com> wrote: > >> Hey everyone, >> >> I just found out that th

Re: Optional schemes in URLValidator causes backward incompatible changes

2014-12-12 Thread Michael Manfre
Please open a ticket for this. On Fri, Dec 12, 2014 at 9:11 AM, Bruno Ribeiro da Silva < bruno.dev...@gmail.com> wrote: > Hey everyone, > > I just found out that the new schemes option of URLValidator causes > incompatible changes for people who were using custom regex to restrict > schemes. Coul

Optional schemes in URLValidator causes backward incompatible changes

2014-12-12 Thread Bruno Ribeiro da Silva
Hey everyone, I just found out that the new schemes option of URLValidator causes incompatible changes for people who were using custom regex to restrict schemes. Could somebody put a note in Django 1.7 backward incompatible changes documentation? Should I open a ticket for this? Thanks! -- Bru