Changes between Version 1 and Version 2 of ClassBasedViewsDocs
- Timestamp:
- Jun 1, 2012, 2:57:08 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClassBasedViewsDocs
v1 v2 22 22 * In the actual topic doc we have a JSONResponseMixin. We might be able to extend this to another page and add examples about outputting CSV and PDF with mixins: https://docs.djangoproject.com/en/1.4/howto/outputting-pdf/ https://docs.djangoproject.com/en/1.4/howto/outputting-pdf/ . At least explain it's possible. Something like https://github.com/rasca/django-enhanced-cbv/blob/master/enhanced_cbv/views/base.py#L4 comes to mind. 23 23 24 == External Efforts == 25 26 There are a number of webistes that are offering documentation. These may well be worth reviewing and seeing what ideas we can build on. It seems to be a common blog post topic at the moment. 27 28 * http://ccbv.co.uk/ 29 * http://www.caktusgroup.com/blog/2011/12/29/class-based-views-django-13/ 30 * http://reinout.vanrees.org/weblog/2011/08/24/class-based-views-usage.html 31 32 33 24 34 == Open Tickets == 25 35