Changes between Version 2 and Version 3 of Ticket #28943, comment 16
- Timestamp:
- Mar 6, 2018, 2:58:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28943, comment 16
v2 v3 9 9 Maybe what I'm saying doesn't make any sense to anybody than myself lol but at least you can point-godwin me because i don't consider the resolution of this ticket worksforme, but don't take it personnaly, you know i still admire you from the deepest of my heart Tim <3 10 10 11 But deep in your heart, you know that love between a context and a template must not be coupled to the get method's callback in TemplateView but should indeed be in its own method ending with: 12 13 class TemplateView..: 14 def get..: 15 return self.template_context_love() 16 17 Then you can: 18 19 def post..: 20 love() 21 return self.template_context_love() 22 23 Instead of 24 25 def post..: 26 return self.get() # but i just want template_context love not all my parent get logic :'( 27 11 28 With LOVE 12 29 ∞