Changes between Version 4 and Version 5 of BetterErrorMessages
- Timestamp:
- May 7, 2006, 7:35:01 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v4 v5 9 9 For 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. 10 10 11 12 == django.core ==13 14 Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied.15 11 16 12 == django.db == … … 27 23 28 24 See ticket #1732 for a problem that elicits no error message, but should. 25 26 == django.core == 27 28 Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied. 29 30 == django.template == 31 32 See [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