Re: [Django] #19757: syncdb untranslated prompts for creating superuser

2013-02-07 Thread Django
#19757: syncdb untranslated prompts for creating superuser
-+--
 Reporter:  eukreign |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.auth |  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--

Comment (by Florian Apolloner ):

 In [changeset:"2b916895a1cea39de3280a6910e2886aebfcfc64"]:
 {{{
 #!CommitTicketReference repository=""
 revision="2b916895a1cea39de3280a6910e2886aebfcfc64"
 Updated createsuperuser to use unicode_literals. Refs #19757.
 }}}

-- 
Ticket URL: 
Django 
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.




Re: [Django] #19757: syncdb untranslated prompts for creating superuser

2013-02-06 Thread Django
#19757: syncdb untranslated prompts for creating superuser
-+--
 Reporter:  eukreign |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.auth |  Version:  master
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by ptone):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 This should be fixed with
 
https://github.com/django/django/commit/2390fe3f4f8f52e24157d79b0c60247207c9716f

 if you can reproduce with a checkout later than that version - please do
 reopen.

-- 
Ticket URL: 
Django 
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.




Re: [Django] #19757: syncdb untranslated prompts for creating superuser

2013-02-06 Thread Django
#19757: syncdb untranslated prompts for creating superuser
-+--
 Reporter:  eukreign |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.auth |  Version:  master
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by eukreign):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Actually, looks like the password is fine, it's just the username and
 email that are not being translated:


 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
 : lex
 : l...@damoti.com
 Password:
 Password (again):
 Superuser created successfully.
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)

-- 
Ticket URL: 
Django 
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.




[Django] #19757: syncdb untranslated prompts for creating superuser

2013-02-06 Thread Django
#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
 :


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

-- 
Ticket URL: 
Django 
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.