Changes between Initial Version and Version 1 of Ticket #18607, comment 4
- Timestamp:
- Mar 23, 2016, 1:44:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18607, comment 4
initial v1 1 The datetime field I'm using has `editable=True` and the ModelForm fails for the same reason. For insurance I also put auto_add=False and auto_now_add =False. Same problem.1 The datetime field I'm using has `editable=True` and the ModelForm fails with the same problem. For insurance I also put auto_add=False and auto_now_add =False. Same problem. 2 2 3 3 Maybe the above comments explain the problem, but it doesn't explain how to overcome it.