Re: django-admin.py shebang

2015-04-04 Thread frantisek holop
Stan, 01 Apr 2015 04:46: > Hi devs, > > Is there a good reason for having the shebang line in django-admin.py at > #!/usr/bin/python > "instead" of #!/usr/bin/env python ? is there a good reason to use the latter? "env python" is a terrible hack for systems that are way behind with their "offic

Re: resurrecting an old friend, whitespace in forms, #6362

2015-02-04 Thread frantisek holop
Russell Keith-Magee, 04 Feb 2015 08:26: > Jacob specifically said a good patch for this feature would be considered > when he wontfixed #6362. for me, leaving a ticket open is a better signal for inviting discussion and patches. when i see a wontfix closed ticket in other projects it usually mean

Re: resurrecting an old friend, whitespace in forms, #6362

2015-02-03 Thread frantisek holop
Tom Christie, 03 Feb 2015 12:53: > Trimming at `request.POST` or at the `Form` layer absolutely isn't > sensible, and a `normalize` argument is probably just overcomplicating > things, but I got the impression from that ticket that nobody would have > any great issue with someone issuing a patch

resurrecting an old friend, whitespace in forms, #6362

2015-02-03 Thread frantisek holop
good day, a recent technical support incident conducted remotely and involving a lot of back and forth of "huh? but i have entered what you sent me" left me my head scratching. the reason turned out to be a trailing space in the username of the django admin loginform (thank god for nginx's "$requ