Re: [Django] #27794: Fix confusing error messages for broken `context_processors`

2017-02-03 Thread Django
#27794: Fix confusing error messages for broken `context_processors`
-+-
 Reporter:  Elena Williams   |Owner:  (none)
 Type:  Uncategorized|   Status:  closed
Component:  Error reporting  |  Version:  1.10
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:  errors,  | Triage Stage:
  context_processors |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

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


Comment:

 Absent further clarification, I think Python 3's error message is enough
 to debug this more easily.

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


Re: [Django] #27794: Fix confusing error messages for broken `context_processors`

2017-01-30 Thread Django
#27794: Fix confusing error messages for broken `context_processors`
-+-
 Reporter:  Elena Williams   |Owner:  (none)
 Type:  Uncategorized|   Status:  new
Component:  Error reporting  |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  errors,  | Triage Stage:
  context_processors |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 Could you given an example of what you mean by a broken context processor?
 Do you mean nonexistent?

 On Python 3, with an `context_processors` entry like
 `'django.core.context_processors.debug'` (which I think is the one used to
 reproduce the screenshot), the error gives the full path which is more
 helpful: "No module named 'django.core.context_processors'.

 Maybe a system check to flag nonexistent context processors would be
 helpful.

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


Re: [Django] #27794: Fix confusing error messages for broken `context_processors`

2017-01-30 Thread Django
#27794: Fix confusing error messages for broken `context_processors`
-+-
 Reporter:  Elena Williams   |Owner:  (none)
 Type:  Uncategorized|   Status:  new
Component:  Error reporting  |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  errors,  | Triage Stage:
  context_processors |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Claude Paroz):

 Any error message improvement is welcome when it's possible. Did you spot
 the location in Django where the import swallowed the initial exception?

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


Re: [Django] #27794: Fix confusing error messages for broken `context_processors`

2017-01-29 Thread Django
#27794: Fix confusing error messages for broken `context_processors`
-+-
 Reporter:  Elena Williams   |Owner:  (none)
 Type:  Uncategorized|   Status:  new
Component:  Error reporting  |  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  errors,  | Triage Stage:
  context_processors |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Elena Williams):

 * Attachment "Screenshot from 2017-01-30 13-49-26.png" added.

 Screen capture of ImportError "No module named context_processors" in new
 project.

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