Changes between Initial Version and Version 1 of Ticket #33527
- Timestamp:
- Feb 18, 2022, 7:53:14 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33527
- Property Cc removed
-
Ticket #33527 – Description
initial v1 1 i see in Patch from https://code.djangoproject.com/ticket/33111 2 was added: 1 In #33111, the following code was added: 3 2 4 3 {{{ … … 15 14 form.instance if add else obj 16 15 }}} 17 ithink, it should be:16 I think, it should be: 18 17 {{{ 19 18 form = ModelForm(request.POST, request.FILES, instance=obj)