Re: [Django] #14044: "required=False" dones't work when use DateTimeField with SplitDateTimeWidget

2010-08-24 Thread Django
#14044: "required=False" dones't work when use DateTimeField with
SplitDateTimeWidget
-+--
  Reporter:  codeplayer  | Owner:  yuval_a
Status:  closed  | Milestone:  1.3
 Component:  Forms   |   Version:  SVN
Resolution:  duplicate   |  Keywords: 
 Stage:  Unreviewed  | Has_patch:  0  
Needs_docs:  0   |   Needs_tests:  0  
Needs_better_patch:  0   |  
-+--
Changes (by lrekucki):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 Looks like a duplicate of #8898.

-- 
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] #14044: "required=False" dones't work when use DateTimeField with SplitDateTimeWidget

2010-08-23 Thread Django
#14044: "required=False" dones't work when use DateTimeField with
SplitDateTimeWidget
-+--
  Reporter:  codeplayer  | Owner:  yuval_a
Status:  new | Milestone:  1.3
 Component:  Forms   |   Version:  SVN
Resolution:  |  Keywords: 
 Stage:  Unreviewed  | Has_patch:  0  
Needs_docs:  0   |   Needs_tests:  0  
Needs_better_patch:  0   |  
-+--
Changes (by yuval_a):

  * owner:  nobody => yuval_a
  * needs_better_patch:  => 0
  * needs_docs:  => 0
  * needs_tests:  => 0
  * milestone:  => 1.3

-- 
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] #14044: "required=False" dones't work when use DateTimeField with SplitDateTimeWidget

2010-08-01 Thread Django
#14044: "required=False" dones't work when use DateTimeField with
SplitDateTimeWidget
+---
 Reporter:  codeplayer  |   Owner:  nobody
   Status:  new |   Milestone:
Component:  Forms   | Version:  SVN   
 Keywords:  |   Stage:  Unreviewed
Has_patch:  0   |  
+---
 in django shell, this bug can be reproduced like this:

 {{{
 In [1]: from django.forms import *

 In [2]: class TForm(Form):
...: d = DateTimeField(widget=SplitDateTimeWidget, required=False)
...:

 In [3]: print TForm(data={'d':''}).errors
 dEnter a valid
 date/time.
 }}}

-- 
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.