Re: [GSoC] Revamping validation framework and merging django-secure once again

2013-07-03 Thread Christopher Medrela
I'm finishing making field tests green. I'm a bit late, because the schedule says that I should finish this job by the end of the previous week. My excuse is that I had exams in the previous week so I couldn't focus on GSoC. Fortunately, I passed all exams and now I can work full time on GSoC and

Re: Should Django ignore leading/trailing spaces on login credentials

2013-07-03 Thread C. Kirby
While I have never heard of it being "frequent practice" I will accept that as a given. I also don't mind it at all, so I don't see the need to override AuthenticationForm. It is just unfortunate that this is an edge case that can be screwed up due to a user's OS On Wednesday, July 3, 2013 2:36:

Re: Should Django ignore leading/trailing spaces on login credentials

2013-07-03 Thread James Pic
On Wed, Jul 3, 2013 at 7:25 PM, C. Kirby wrote: > I just ran into an issue where a user was copy/pasting username and password > from a text file into the login screen. For some reason the c/p process was > adding a trailing space to their credentials and they were failing login. > > Is there a re

Re: Missing timezone support in built-in time template filter

2013-07-03 Thread gilberto dos santos alves
well done. 2013/7/3 Warren Smith : > On Mon, Jul 1, 2013 at 6:18 PM, Russell Keith-Magee > wrote: >>> >>> >>> Agreed. >>> >>> Also, just to clarify, I think we should stick with Django's policy of >>> only supporting naive time objects, for the reasons you cited earlier in >>> this thread. >>> >>

Re: Proposal: rename django-developers to django-contributors

2013-07-03 Thread Michael Manfre
Renaming a large mailing list is a non-trivial task that will result in causing confusion for everyone subscribed to the list, instead of a the occasional person posting to the wrong list. I cannot speak on behalf of Django, but I think renaming the list is as likely to happen as Django 1.8 being a

Re: Missing timezone support in built-in time template filter

2013-07-03 Thread Warren Smith
On Mon, Jul 1, 2013 at 6:18 PM, Russell Keith-Magee wrote: > >> Agreed. >> >> Also, just to clarify, I think we should stick with Django's policy of >> only supporting naive time objects, for the reasons you cited earlier in >> this thread. >> >> So, any timezone support we would add to the time

Should Django ignore leading/trailing spaces on login credentials

2013-07-03 Thread C. Kirby
I just ran into an issue where a user was copy/pasting username and password from a text file into the login screen. For some reason the c/p process was adding a trailing space to their credentials and they were failing login. Is there a reason to not scrub leading and trailing spaces from logo

Proposal: rename django-developers to django-contributors

2013-07-03 Thread Wim Feijen
Hi all, Many people post django-users questions to this group by accident. I find the name of our group to be misleading: it seems to refer to people who develop in django, but actually it is meant for people contributing to django. To limit confusion, my proposal is to rename django-developer

Re: Django runfcgi umask: what is it meant to do and why?

2013-07-03 Thread Ramiro Morales
On Sat, Jun 29, 2013 at 9:56 PM, Juan Luis Boya wrote: > > When daemonize=false, it will set the umask for Django child > processes, effectively changing default permissions for newly created > files, including the socket. When daemonize=true, it will do nothing. Hrm no. It's exactly the opposit