Re: [Django] #27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error

2016-09-30 Thread Django
#27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a 
socket
level connection error
-+-
 Reporter:  Tom Hendrikx |Owner:  Vesteinn
 |  Snaebjarnarson
 Type:  Bug  |   Status:  closed
Component:  Core (Mail)  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by GitHub ):

 In [changeset:"f6fe8ecc10a3d88470e25fe6ebc61122154653f0" f6fe8ecc]:
 {{{
 #!CommitTicketReference repository=""
 revision="f6fe8ecc10a3d88470e25fe6ebc61122154653f0"
 Refs #27210 -- Fixed isolation of test_fail_silently_on_connection_error.

 The test wouldn't pass if a mail server is running on the system.
 }}}

--
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/067.abb316fa5c7c5ec864936e47e1ff73b8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error

2016-09-27 Thread Django
#27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a 
socket
level connection error
-+-
 Reporter:  Tom Hendrikx |Owner:  Vesteinn
 |  Snaebjarnarson
 Type:  Bug  |   Status:  closed
Component:  Core (Mail)  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"602bffe7585c6b61f3d9badf21f84c1eb445d58f" 602bffe7]:
 {{{
 #!CommitTicketReference repository=""
 revision="602bffe7585c6b61f3d9badf21f84c1eb445d58f"
 Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket
 connection error.
 }}}

--
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/067.05f3ee9f9f38bd9a936168851e7eee00%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error

2016-09-22 Thread Django
#27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a 
socket
level connection error
-+-
 Reporter:  Tom Hendrikx |Owner:  Vesteinn
 |  Snaebjarnarson
 Type:  Bug  |   Status:  assigned
Component:  Core (Mail)  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * needs_better_patch:  0 => 1


Comment:

 Please uncheck "Patch needs improvement" when review comments are
 addressed and tests are passing.

--
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/067.94115e7781acc6d96e0352e1160fdf77%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error

2016-09-22 Thread Django
#27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a 
socket
level connection error
-+-
 Reporter:  Tom Hendrikx |Owner:  Vesteinn
 |  Snaebjarnarson
 Type:  Bug  |   Status:  assigned
Component:  Core (Mail)  |  Version:  master
 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 Vesteinn Snaebjarnarson):

 * has_patch:  0 => 1


Comment:

 See pull request at https://github.com/django/django/pull/7281

 Added ConnectionError to the exception tuple for the SMTPBackend with
 tests.

--
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/067.1cc73ac9f740988bb92871f5c0f89b97%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error

2016-09-22 Thread Django
#27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a 
socket
level connection error
-+-
 Reporter:  Tom Hendrikx |Owner:  Vesteinn
 |  Snaebjarnarson
 Type:  Bug  |   Status:  assigned
Component:  Core (Mail)  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Vesteinn Snaebjarnarson):

 * owner:  nobody => Vesteinn Snaebjarnarson
 * status:  new => assigned


--
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/067.d28bf6c4490fb37ca2f3d7dbba416f0d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a socket level connection error (was: logging EmailBackend does not honor fail_silently=True when receiving a soc

2016-09-12 Thread Django
#27210: smtp EmailBackend doesn't honor fail_silently=True when receiving a 
socket
level connection error
-+
 Reporter:  whyscream|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Mail)  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by timgraham):

 * 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/067.a82e7d4a4621b4c693cada806e5c8cce%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.