Re: User names not support Unicode in 1.5

2013-11-03 Thread tim
I haven't looked into what would be required to allow unicode in usernames. If someone would like to dive in and write some documentation on how to do so that seems likely to be accepted as this has come up a couple times. On Thursday, October 31, 2013 2:46:43 AM UTC-4, Alex Strickland wrote: >

Re: User names not support Unicode in 1.5

2013-10-30 Thread Alex Strickland
On 2013-10-30 04:49 PM, tim wrote: See https://code.djangoproject.com/ticket/20694 for a discussion of this. In summary: "[Allowing unicode in user names] would be considered a regression for anyone who relies on Django to validate that usernames are ASCII-only. A custom user model (introduced

Re: User names not support Unicode in 1.5

2013-10-30 Thread Mike Dewhirst
On 31/10/2013 1:49am, tim wrote: See https://code.djangoproject.com/ticket/20694 for a discussion of this. In summary: "[Allowing unicode in user names] would be considered a regression for anyone who relies on Django to validate that usernames are ASCII-only. A custom user model (introduced in

Re: User names not support Unicode in 1.5

2013-10-30 Thread tim
See https://code.djangoproject.com/ticket/20694 for a discussion of this. In summary: "[Allowing unicode in user names] would be considered a regression for anyone who relies on Django to validate that usernames are ASCII-only. A custom user model (introduced in 1.5) is the way to go." On Wedne

Re: User names not support Unicode in 1.5

2013-10-30 Thread Timothy W. Cook
What version of Python are you using? Tried 3.3? On Wed, Oct 30, 2013 at 4:37 AM, Григорий Крамаренко wrote: > Hello. > My applications version 1.4.x contained Unicode characters in user names. > In version 1.5.x is not possible due to the validator. So I can't go on > this version. > Whether