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 1.5) is the way to go."
>
> On Wednesday, October 30, 2013 8:47:17 AM UTC-4, Timothy W. Cook wrote:
>
> What version of Python are you using? Tried 3.3?
>
>
>
> On Wed, Oct 30, 2013 at 4:37 AM, Григорий
> Крамаренко <
djba...@gmail.com <javascript:>> 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 it is impossible to change in the future validator like
> this: re.compile(u'^[\W@+-]+$', re.UNICODE)?
> Or are there other ways to solve this problem?
>
> --
> You received this message because you are subscribed to the
> Google Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from