Changes between Version 9 and Version 10 of BetterErrorMessages
- Timestamp:
- May 31, 2006, 9:59:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetterErrorMessages
v9 v10 38 38 * Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied. 39 39 40 {{{ 41 TypeError at /mlsuploadform/ 42 string indices must be integers 43 }}} 44 '''Context:''' A FileUploadField is being validated but the form did not have enctype="multipart/form-data" set. 45 40 46 == django.template == 41 47