Changes between Initial Version and Version 3 of Ticket #25227
- Timestamp:
- Aug 5, 2015, 1:06:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25227
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #25227 – Description
initial v3 21 21 22 22 Uses of `ModelForm.save(commit=False)` in the codebase have been left alone wherever it was used for its side effects and not for its return value. 23 24 The PR at https://github.com/DjangoGirls/tutorial/pull/450 depends on the present patch. Its changeset there explains the rationale for this addition better than anything else.