Changes between Version 1 and Version 2 of Ticket #18607, comment 4
- Timestamp:
- Mar 23, 2016, 1:45:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18607, comment 4
v1 v2 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.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.