Changes between Version 9 and Version 10 of BetterErrorMessages


Ignore:
Timestamp:
May 31, 2006, 9:59:18 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BetterErrorMessages

    v9 v10  
    3838 * Ticket #1791 suggests better error messages in cases where application dependencies are not satisfied.
    3939
     40{{{
     41TypeError at /mlsuploadform/
     42string indices must be integers
     43}}}
     44'''Context:''' A FileUploadField is being validated but the form did not have enctype="multipart/form-data" set.
     45
    4046== django.template ==
    4147
Back to Top