Changes between Initial Version and Version 1 of Ticket #18607, comment 4


Ignore:
Timestamp:
Mar 23, 2016, 1:44:30 PM (8 years ago)
Author:
Ryan C. Schwiebert

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.
     1The 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.
    22
    33Maybe the above comments explain the problem, but it doesn't explain how to overcome it.
Back to Top