Re: [Django] #14144: ModelMultipleChoiceField doesnt check validators

2010-11-13 Thread Django
#14144: ModelMultipleChoiceField doesnt check validators
+---
  Reporter:  ys | Owner:  matiasb   
 
Status:  new| Milestone:
 
 Component:  Forms  |   Version:  SVN   
 
Resolution: |  Keywords:  
ModelMultipleChoiceField, validators, clean
 Stage:  Ready for checkin  | Has_patch:  1 
 
Needs_docs:  0  |   Needs_tests:  0 
 
Needs_better_patch:  0  |  
+---
Changes (by matiasb):

  * has_patch:  0 => 1
  * stage:  Unreviewed => Ready for checkin

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #14144: ModelMultipleChoiceField doesnt check validators

2010-11-13 Thread Django
#14144: ModelMultipleChoiceField doesnt check validators
-+--
  Reporter:  ys  | Owner:  matiasb  
  
Status:  new | Milestone:   
  
 Component:  Forms   |   Version:  SVN  
  
Resolution:  |  Keywords:  ModelMultipleChoiceField, 
validators, clean
 Stage:  Unreviewed  | Has_patch:  0
  
Needs_docs:  0   |   Needs_tests:  0
  
Needs_better_patch:  0   |  
-+--
Changes (by matiasb):

  * owner:  nobody => matiasb
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #14144: ModelMultipleChoiceField doesnt check validators

2010-08-20 Thread Django
#14144: ModelMultipleChoiceField doesnt check validators
-+--
 Reporter:  ys   |   Owner:  nobody 
   
   Status:  new  |   Milestone: 
   
Component:  Forms| Version:  SVN
   
 Keywords:  ModelMultipleChoiceField, validators, clean  |   Stage:  
Unreviewed
Has_patch:  0|  
-+--
 'clean' method is overloaded in ModelMultipleChoiceField but it doesnt
 call super().clean or run validators. [[BR]]

 http://code.djangoproject.com/browser/django/trunk/django/forms/models.py#L1000
 [[BR]]


 So when i pass 'validators=[aaa]' in __init__ aaa is not called.

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.