Changes between Initial Version and Version 1 of Ticket #29140
- Timestamp:
- Feb 16, 2018, 5:53:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29140
- Property Type Uncategorized → Bug
-
Ticket #29140 – Description
initial v1 1 This had been working fine on 1.9 but when we upgraded to 1.11 instantly started hitting an exception when django tries to call splitlines on the None body without checking if there's a value there to split on.1 This had been working fine on 1.9 but when we upgraded to 1.11 instantly started hitting an exception when django tries to call splitlines() on the None body without checking if there's a value there to split on. 2 2 3 3 {{{