Changes between Version 4 and Version 5 of BetterErrorMessages


Ignore:
Timestamp:
May 7, 2006, 7:35:01 PM (18 years ago)
Author:
pb@…
Comment:

Added link to django-developers thread on error suppression in template engine

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v4 v5  
    99For now, let's try dividing them into sections by major module. Within those sections suggested format is: error message, explanatory context (often important -- a message that is very helpful in one context can be confusing in another), suggested improvements/changes.
    1010
    11 
    12 == django.core ==
    13 
    14 Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied.
    1511
    1612== django.db ==
     
    2723
    2824See ticket #1732 for a problem that elicits no error message, but should.
     25
     26== django.core ==
     27
     28Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied.
     29
     30== django.template ==
     31
     32See [http://groups.google.com/group/django-developers/browse_thread/thread/42aff5c291a69041/d006eb5292b8aac3 this thread on the django-developers list] for discussion of error suppression in the template engine
Back to Top