Changes between Initial Version and Version 1 of Ticket #5069, comment 3
- Timestamp:
- Feb 10, 2020, 12:54:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5069, comment 3
initial v1 1 1 {{{Person(request.POST)}}} isn't the same as {{{Person(initial=request.POST)}}} 2 2 3 If our model has two field 3 If our model has two fields 4 4 {{{ 5 5 #!div style="font-size: 80%" … … 12 12 }}} 13 13 14 and we have only {{{birthday}}} as initial data and we want to let user fill {{{name}}} we will get {{{required field}}} error with {{{Person(request.POST)}}}14 and we have only {{{birthday}}} as initial data and we want to let user fill in {{{name}}} we will get {{{required field}}} error with {{{Person(request.POST)}}}