Changes between Version 1 and Version 2 of ClassBasedViewsDocs


Ignore:
Timestamp:
Jun 1, 2012, 2:57:08 PM (13 years ago)
Author:
Dougal Matthews
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassBasedViewsDocs

    v1 v2  
    2222* 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.
    2323
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
    2434== Open Tickets ==
    2535
Back to Top