#4387: newforms: ErrorDict.as_ul() needs to handle a list of errors
------------------------------------------------+---------------------------
   Reporter:  Thomas Güttler <[EMAIL PROTECTED]>  |                Owner:  
adrian         
     Status:  new                               |            Component:  
django.newforms
    Version:  SVN                               |           Resolution:         
        
   Keywords:                                    |                Stage:  
Unreviewed     
  Has_patch:  0                                 |           Needs_docs:  0      
        
Needs_tests:  0                                 |   Needs_better_patch:  0      
        
------------------------------------------------+---------------------------
Changes (by mtredinnick):

  * needs_tests:  1 => 0
  * stage:  Accepted => Unreviewed

Comment:

 This patch doesn't make sense. For a start, it doesn't pass the tests.
 More importantly, it doesn't seem necessary.
 
 !ErrorDict is only ever populated by !ValidationError.messages, which are
 all !ErrorList instances and !ErrorList knows how to print itself. How are
 you getting into a situation where this is not the case?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4387#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to