Re: [Django] #24504: StandardError is not defined in django.utils.dictconfig

2015-03-18 Thread Django
#24504: StandardError is not defined in django.utils.dictconfig
-+-
 Reporter:  bh   |Owner:  nobody
 Type:  Uncategorized|   Status:  closed
Component:  Utilities|  Version:  1.7
 Severity:  Normal   |   Resolution:  wontfix
 Keywords:  Python 3, logging,   | Triage Stage:
  utils  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

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


Comment:

 `django.utils.dictconfig` is deprecated, please use Python's
 `logging.config` instead.

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


[Django] #24504: StandardError is not defined in

2015-03-18 Thread Django
#24504: StandardError is not defined in
---+--
 Reporter:  bh |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Utilities  |Version:  1.7
 Severity:  Normal |   Keywords:  Python 3, logging, utils
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+--
 I'm on Python 3.4.1 with Django 1.7.4.

 When using django.utils.dictconfig to configure custom logging and this
 function cannot configure a logging formatter than the code will "except"
 an SystemError which is not defined in this module or in __builtin__.

 I fixed this temporarily to fix my logging config with this workaround:

 {{{
 from django.utils import dictconfig
 class StandardError(Exception):
 pass

 dictconfig.StandardError = StandardError
 }}}

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


Re: [Django] #24504: StandardError is not defined in django.utils.dictconfig (was: StandardError is not defined in)

2015-03-18 Thread Django
#24504: StandardError is not defined in django.utils.dictconfig
-+-
 Reporter:  bh   |Owner:  nobody
 Type:  Uncategorized|   Status:  new
Component:  Utilities|  Version:  1.7
 Severity:  Normal   |   Resolution:
 Keywords:  Python 3, logging,   | Triage Stage:
  utils  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by bh):

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


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