Re: review request for anyone who likes regular expression (increasing URLs accepted by URLValidator)

2014-11-26 Thread Danilo Bargen
Thanks Tim for bringing that up :) The previous URLValidator would consider some valid URLs as invalid. That can cause a lot of problems, most people would expect an URL Validator to return some false negatives sometimes (invalid URLs considered valid) but not false positives (valid URLs considere

Re: does django-admin need a man page?

2014-11-26 Thread Markus Holtermann
On Wednesday, November 26, 2014 7:46:16 AM UTC+1, Aymeric Augustin wrote: > > Le 26 nov. 2014 à 01:51, Nick Phillips > a écrit : > > > > I'd suggest considering implementing > > something to generate a man page from whatever you wish the "canonical" > > source of the information to be. > > Th

Re: Infinite loop in migration code

2014-11-26 Thread Markus Holtermann
Can you open a ticket with your models so the issue doesn't get lost. I'm happy to work on it. Although it's somewhat uncommon, people normally have the through model in the app that has the m2m field (why don't you define it on the other model?) this is still something that shouldn't happen.

Re: does django-admin need a man page?

2014-11-26 Thread Anton Baklanov
+1 for having updated man page. On Wed, Nov 26, 2014 at 8:46 AM, Aymeric Augustin < aymeric.augustin.2...@polytechnique.org> wrote: > Le 26 nov. 2014 à 01:51, Nick Phillips a > écrit : > > > > I'd suggest considering implementing > > something to generate a man page from whatever you wish the "