Changes between Initial Version and Version 1 of Ticket #23130, comment 10
- Timestamp:
- Aug 5, 2014, 8:51:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23130, comment 10
initial v1 1 Actually, my initial suggestion feels like something that violates the "separation of concerns" principle. Interpreting browser-submitted values should happen in the ''checkbox Widget''. This is completely unrelated to the model layer. Why not have `BooleanField` behave as follows:1 Actually, my initial suggestion feels like something that violates the "separation of concerns" principle. Interpreting browser-submitted values should happen in the ''checkbox widget''. This is completely unrelated to the model layer. Why not have `BooleanField` behave as follows: 2 2 3 3 * Don't override `blank` at all