Re: [Django] #26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) in Django 1.9

2016-02-04 Thread Django
#26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) 
in
Django 1.9
-+-
 Reporter:  Josh-Git-Hub |Owner:  rfleschenberg
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  form validation  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by rfleschenberg):

 Ooops, sorry. I had only checked the "Backwards incompatible changes"
 section, not "Features removed" :)

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.f817e2e17d5150c913f8c14d945db2fa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) in Django 1.9

2016-02-04 Thread Django
#26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) 
in
Django 1.9
-+-
 Reporter:  Josh-Git-Hub |Owner:  rfleschenberg
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:  invalid
 Keywords:  form validation  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * status:  assigned => closed
 * resolution:   => invalid


Comment:

 Correct, the 1.9 release notes say, "The ability to use a
 `SplitDateTimeWidget` with `DateTimeField` is removed."

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.60037c3443a58dcb247dce4666eb97f3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) in Django 1.9

2016-02-04 Thread Django
#26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) 
in
Django 1.9
-+-
 Reporter:  Josh-Git-Hub |Owner:  rfleschenberg
 Type:  Bug  |   Status:  assigned
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:
 Keywords:  form validation  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by charettes):

 I'm I remember correctly usage of `SplitDateTimeWidget` (and subclasses)
 with `DateTimeField` is deprecated since Django 1.7.

 Can you also reproduce using `SplitDateTimeField` instead of
 `DateTimeField`?

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.5a30f838055f7a7642ec66e9ddb00e98%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) in Django 1.9

2016-02-04 Thread Django
#26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) 
in
Django 1.9
-+-
 Reporter:  Josh-Git-Hub |Owner:  rfleschenberg
 Type:  Bug  |   Status:  assigned
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:
 Keywords:  form validation  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by rfleschenberg):

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


Comment:

 I can reproduce this. Looks like a regression to me. I will try to take a
 closer look at this soon.

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.2807132e3958fcac090f5619b3fe33c3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) in Django 1.9

2016-02-04 Thread Django
#26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) 
in
Django 1.9
-+-
 Reporter:  Josh-Git-Hub |Owner:  rfleschenberg
 Type:  Bug  |   Status:  assigned
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:
 Keywords:  form validation  | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by rfleschenberg):

 * status:  new => assigned
 * needs_better_patch:   => 0
 * owner:  nobody => rfleschenberg
 * 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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.aa2c59712487d21b2fe3afc8e3560299%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) in Django 1.9

2016-02-04 Thread Django
#26174: Validation fails for DateTimeField(widget= widgets.AdminSplitDateTime) 
in
Django 1.9
-+
 Reporter:  Josh-Git-Hub |  Owner:  nobody
 Type:  Bug  | Status:  new
Component:  Forms|Version:  1.9
 Severity:  Normal   | Resolution:
 Keywords:  form validation  |   Triage Stage:  Unreviewed
Has patch:  0|  Easy pickings:  0
UI/UX:  0|
-+
Changes (by Josh-Git-Hub):

 * Attachment "TestApp.tar.gz" added.

 SampleApp with validation error

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.f93931386f62197a6a7afacbda264b48%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.