Changes between Initial Version and Version 1 of Ticket #23976, comment 4
- Timestamp:
- Dec 9, 2014, 11:13:15 AM (10 years ago)
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. 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. Both `ValidationError([])` and `ValidationError({})` work just fine.