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== External Efforts ==
     25
     26There 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
    2434== Open Tickets ==
    2535
Back to Top