#6845: Model validation and its propagation to ModelForms
--------------------------------------+-------------------------------------
          Reporter:  Honza_Kral       |         Owner:  nobody                  
                  
            Status:  new              |     Milestone:  1.0 beta                
                  
         Component:  django.newforms  |       Version:  SVN                     
                  
        Resolution:                   |      Keywords:  newforms validation 
model modelform ep2008
             Stage:  Accepted         |     Has_patch:  1                       
                  
        Needs_docs:  1                |   Needs_tests:  1                       
                  
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Comment (by Honza_Kral):

 Just uploaded new patch that deals with the outstanding issues of stuff
 placement: {{{ValidationError}}} is moved to {{{django.core.exceptions}}},
 I got rid of {{{TypeCoercionError}}} (the distinction between validation
 errors and type coercion error was too unclear for it to make sense) and
 {{{ErrorList}}} has moved to {{{django.newforms.util}}}. I introduced
 {{{FormValidationError}}} that takes inherits from {{{ValidationError}}}
 and uses {{{ErrorList}}} to represent itself.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6845#comment:19>
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