Re: django unicode user name

2009-09-05 Thread joymax
You have to create custom authentication backend (more about it here http://docs.djangoproject.com/en/dev/topics/auth/#writing-an-authentication-backend). On Sep 5, 12:42 pm, Казбек wrote: > Good day. How can i make django to register and use unicode usernames? > When i try to register one (rus

Slash character in {% blocktrans %} ... {% endblocktrans %} tempalte tag: xgettext argument issue

2009-09-04 Thread joymax
I create multilingual application with django and i've found that template tag {% blocktrans %} doesn't accept properly html tags, especially slash character. It's a pity and I've found a solution: add -E argument to makemessage command from django.core.management.commands. In xgettext man page th