Changes between Initial Version and Version 1 of Ticket #28058
- Timestamp:
- Apr 8, 2017, 5:07:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28058 – Description
initial v1 18 18 }}} 19 19 20 It will print `True` with `Django==1.10.6`, and `False` with `Django==1.11` 20 It will print `True` with `Django==1.10.6`, and `False` with `Django==1.11`. 21 22 The underlying problem is that `len()` for a Boundfield with no choices will return 0 in the newer version, whereas it returns 1 in the older version. 21 23 22 24 the template code that fails to render with `Django==1.11`