Changes between Version 1 and Version 2 of Ticket #22406, comment 4
- Timestamp:
- Jul 30, 2020, 6:08:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22406, comment 4
v1 v2 29 29 It would be better if Django 1.11 could be patched to fix the issue with the inconsistent handling of input for NullBooleanFields. 30 30 31 I don't know whether this same behaviour happens in Django 2.0 or above when using Chrome or Chromium, but it may be worth checking because just making a user click on intentionally wrong URLs in Chrome can result in a seemingly broken Django site. 31 I don't know whether this same behaviour happens in Django 2.0 or above when using Chrome or Chromium, but it may be worth checking because just making a user click on intentionally wrong URLs in Chrome can result in a seemingly broken Django site. Edit: The widget is fixed in Django 2.0 and later.