Changes between Initial Version and Version 1 of Ticket #23976, comment 4


Ignore:
Timestamp:
Dec 9, 2014, 11:13:15 AM (9 years ago)
Author:
Huu Nguyen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23976, comment 4

    initial v1  
    1 Under what circumstances does this exception get thrown? From the definition of `message`, it doesn't appear that `[{}]` is a valid form of `message`. If `message` does take that form somehow, then that's a separate bug.
     1Under what circumstances does this exception get thrown? From the definition of `message`, it doesn't appear that `[{}]` is a valid form of `message`. If `message` does take that form somehow, then that's a separate bug. Both `ValidationError([])` and `ValidationError({})` work just fine.
Back to Top