Re: [Django] #24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly

2015-03-13 Thread Django
#24416: EmailMessage and send_email do not handle ugettext_lazy translated
addresses correctly
-+
 Reporter:  medmunds |Owner:  medmunds
 Type:  Bug  |   Status:  closed
Component:  Core (Mail)  |  Version:  1.7
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"5993b52e6d9db00259fd5a186b3c3df767fe94e2" 5993b52]:
 {{{
 #!CommitTicketReference repository=""
 revision="5993b52e6d9db00259fd5a186b3c3df767fe94e2"
 Fixed #24416 -- Added support for lazy email addresses.
 }}}

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.fec252e427cf482f5d9fcc65c200e512%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly

2015-02-26 Thread Django
#24416: EmailMessage and send_email do not handle ugettext_lazy translated
addresses correctly
-+
 Reporter:  medmunds |Owner:  medmunds
 Type:  Bug  |   Status:  new
Component:  Core (Mail)  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by medmunds):

 A reasonable use case is for the human-readable name -- you'd like the
 language on that to match the (lazy-translated) language of the email
 content:

 {{{
 "Customer Service "
 "Servicio Al Cliente "
 }}}

 It's not inconceivable that the address-part might change, too:

 {{{
 "Translation team "
 "Les traducteurs "
 }}}

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.21785cc91b44585b0edad7d453a9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly

2015-02-26 Thread Django
#24416: EmailMessage and send_email do not handle ugettext_lazy translated
addresses correctly
-+
 Reporter:  medmunds |Owner:  medmunds
 Type:  Bug  |   Status:  new
Component:  Core (Mail)  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by timgraham):

 I'm curious what the use case is for having translatable email addresses?

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.9d0af3d554f96c90bf29e1a774180cf3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly

2015-02-25 Thread Django
#24416: EmailMessage and send_email do not handle ugettext_lazy translated
addresses correctly
-+
 Reporter:  medmunds |Owner:  medmunds
 Type:  Bug  |   Status:  new
Component:  Core (Mail)  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by MarkusH):

 * stage:  Unreviewed => Accepted


--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.de79b4b5215b462a1ea0d5e60e2c87b1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly

2015-02-25 Thread Django
#24416: EmailMessage and send_email do not handle ugettext_lazy translated
addresses correctly
-+--
 Reporter:  medmunds |Owner:  medmunds
 Type:  Bug  |   Status:  new
Component:  Core (Mail)  |  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by medmunds):

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


Comment:

 Test case and fix: https://github.com/medmunds/django/tree/ticket_24416
 Pull request: https://github.com/django/django/pull/4211

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.829d1aae8214c59f9179a121e1b763be%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.