#19757: syncdb untranslated prompts for creating superuser
---------------------------------+--------------------
     Reporter:  eukreign         |      Owner:  nobody
         Type:  Bug              |     Status:  new
    Component:  contrib.auth     |    Version:  master
     Severity:  Release blocker  |   Keywords:
 Triage Stage:  Unreviewed       |  Has patch:  0
Easy pickings:  0                |      UI/UX:  0
---------------------------------+--------------------
 Using latest checkout of django-trunk with Python 2.7:


 ubuntu:~/project$ ./manage.py syncdb
 Creating tables ...
 Creating table django_admin_log
 Creating table auth_permission
 Creating table auth_group_permissions
 Creating table auth_group
 Creating table django_content_type
 Creating table django_session
 Creating table account_user_groups
 Creating table account_user_user_permissions
 Creating table account_user

 You just installed Django's auth system, which means you don't have any
 superusers defined.
 Would you like to create one now? (yes/no): yes
 <django.utils.functional.__proxy__ object at 0x9a41dec>:


 ^ the prompts of username, email, password are displayed as proxy objects
 instead of translated strings.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19757>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to