Changes between Version 1 and Version 8 of Ticket #30648
- Timestamp:
 - Jul 20, 2019, 9:19:06 AM (6 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #30648
- Property Type Uncategorized → Cleanup/optimization
 - Property Easy pickings set
 - Property Triage Stage Unreviewed → Accepted
 - Property Summary Using mixins with class-based views wrong explanation of code → Overriding get_context_data() is unnecessary in the "Using FormMixin with DetailView" example.
 - Property Version 2.2 → master
 - Property Owner changed from to
 - Property Status new → closed
 - Property Has patch set
 - Property Resolution → fixed
 
 - 
      
Ticket #30648 – Description
v1 v8 1 The following code snippet is from fromhttps://docs.djangoproject.com/en/2.2/topics/class-based-views/mixins/#using-formmixin-with-detailview1 The following code snippet is from https://docs.djangoproject.com/en/2.2/topics/class-based-views/mixins/#using-formmixin-with-detailview 2 2 3 3