Hi,

I might be stating the obvious, but the documentation for the newer CBV's 
is a little sparse:

There's simple examples:

https://docs.djangoproject.com/en/1.3/topics/class-based-views/

As well as a generic list of mix-ins and in-built views:

https://docs.djangoproject.com/en/1.3/ref/class-based-views/

However, there's no fuller examples, or best practice notes. There's no 
explanation of any of the views beyond TemplateView, ListView and 
DetailView (e.g. UpdateView, DeleteView, RedirectView, or any of the 
date-based CBVs).

Sure, if you trawl around, you'll find some examples:

https://gist.github.com/1275204
https://groups.google.com/d/topic/django-users/HdYBkywNeII/discussion
http://stackoverflow.com/questions/5899810/class-based-view-extending-updateview-not-saving-form-correctlyhttp://stackoverflow.com/questions/6181041/updating-user-model-in-django-with-class-based-updateview

However, it would be awesome if there were examples in the official Django 
documentation that set out once and for all how to use these new-fangled 
CBV's. I would love to use them more extensively, but it seems like I'd 
need to spend hours on Google to work out all the nuances.

Is this something that could be resolved before pushing out Django 1.4, or 
is it much lower on the list of priorities?

Cheers,
Victor

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/4pBYx-IElY8J.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to