Re: [Django] #23976: ValidationError crashes if initialized with a list of empty dicts

2018-07-13 Thread Django
#23976: ValidationError crashes if initialized with a list of empty dicts
-+-
 Reporter:  archivarius888   |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Core (Other) |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  exceptions,  | Triage Stage:  Accepted
  ValidationError|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

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


-- 
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/072.d73c33d4b93bd6319452be2557435a3f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23976: ValidationError crashes if initialized with a list of empty dicts

2018-07-12 Thread Django
#23976: ValidationError crashes if initialized with a list of empty dicts
-+-
 Reporter:  archivarius888   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Core (Other) |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  exceptions,  | Triage Stage:  Accepted
  ValidationError|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Adam Zapletal):

 I've confirmed that the crash no longer happens on both `v2.0.7` and
 `master` on Mac OS 10.13.5 with Python 3.7.0:

 {{{
 In [1]: import django

 In [2]: django.__version__
 Out[2]: '2.0.7'

 In [3]: from django.core.exceptions import ValidationError

 In [4]: ValidationError([{}])
 Out[4]: ValidationError([])
 }}}

 {{{
 In [1]: import django

 In [2]: django.__version__
 Out[2]: '2.2.dev20180711212029'

 In [3]: from django.core.exceptions import ValidationError

 In [4]: ValidationError([{}])
 Out[4]: ValidationError([])
 }}}

 Can this ticket be closed?

-- 
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/072.cf4a3992918cf4a276e205668c9faaeb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23976: ValidationError crashes if initialized with a list of empty dicts

2015-07-25 Thread Django
#23976: ValidationError crashes if initialized with a list of empty dicts
-+-
 Reporter:  archivarius888   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Core (Other) |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  exceptions,  | Triage Stage:  Accepted
  ValidationError|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by takis):

 Could not reproduce using current Django master on Python 3.4.1 on OSX
 10.10.4.

--
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/072.bdaa46b32546a9731f1cf24a66d0d203%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23976: ValidationError crashes if initialized with a list of empty dicts (was: ValidationError by list argument)

2014-12-10 Thread Django
#23976: ValidationError crashes if initialized with a list of empty dicts
-+-
 Reporter:  archivarius888   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  master
Component:  Core (Other) |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:  exceptions,  |  Needs documentation:  0
  ValidationError|  Patch needs improvement:  0
Has patch:  0|UI/UX:  0
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by timgraham):

 * component:  Core (Serialization) => Core (Other)
 * stage:  Unreviewed => Accepted
 * type:  Bug => Cleanup/optimization
 * severity:  Release blocker => Normal


Comment:

 We could at least not crash so obscurely I suppose.

--
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/072.3575e8b7ab95781f1b5552381b4696bd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.