Changes between Version 40 and Version 41 of BetterErrorMessages
- Timestamp:
- Feb 18, 2013, 12:27:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v40 v41 1 1 = Better Error Messages = 2 2 3 Good error messages make for more productive developers. This page is a place to collect error messages that could stand improvement, or which are misleading or confusing in certain contexts. Most of us have had the experience of getting a "weird"message, puzzling it out (perhaps with help from django-users or #django) and then moving on.3 Good error messages make for more productive developers. This page is a place to collect error messages that could stand improvement, or which are misleading or confusing in certain contexts. Most of us have had the experience of getting a weird message, puzzling it out (perhaps with help from django-users or #django) and then moving on. 4 4 5 5 Some of these may seem like quick patches but others will take a bit of consideration -- that's why the wiki page rather than individual tickets. Some are more along the lines of "Django Lint" than simple changes to error output.