#4861: RegexField extends Field instead of CharField, duplicating much of the
logic
-------------------------------------------------+--------------------------
   Reporter:  Collin Grady <[EMAIL PROTECTED]>  |                Owner:  adrian 
          
     Status:  new                                |            Component:  
django.newforms  
    Version:  SVN                                |           Resolution:        
           
   Keywords:                                     |                Stage:  Ready 
for checkin
  Has_patch:  1                                  |           Needs_docs:  0     
           
Needs_tests:  0                                  |   Needs_better_patch:  0     
           
-------------------------------------------------+--------------------------
Comment (by mtredinnick):

 Only problem with this patch (all seventeen attempts :-) ) is that it's
 slightly backwards incompatible. You've changed the order of positional
 parameters in the constructors and any code that relies on that will break
 in slightly tricky ways, such as by suddenly having an error message of
 "6", instead of that being the minimum length. So I'm going to leave the
 constructor signatures exactly as they are now in the version I commit.

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