Changes between Initial Version and Version 2 of Ticket #27601
- Timestamp:
- Dec 14, 2016, 7:06:08 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27601
- Property Component Uncategorized → Database layer (models, ORM)
- Property Type Uncategorized → Bug
-
Ticket #27601 – Description
initial v2 1 As of 1.10, `BooleanField` no longer accepts empty string(`""` ) as False value. Was this change intentional? It was not mentioned in [ Backwards incompatible changes in 1.10](https://docs.djangoproject.com/en/1.10/releases/1.10/#backwards-incompatible-1-10)section of manual.1 As of 1.10, `BooleanField` no longer accepts empty string(`""` ) as False value. Was this change intentional? It was not mentioned in [https://docs.djangoproject.com/en/1.10/releases/1.10/#backwards-incompatible-1-10 Backwards incompatible changes in 1.10] section of manual. 2 2 3 3