Changes between Version 1 and Version 2 of ClassBasedViewsDocs
- Timestamp:
- Jun 1, 2012, 2:57:08 PM (13 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 25 26 27 28 29 30 31 32 33 24 34 == Open Tickets == 25 35