On Fri, Jul 15, 2011 at 7:37 AM, Kenneth Gonsalves
<law...@thenilgiris.com>wrote:

>
> caveat - I have never used generic views, class based or otherwise, but
> I was under the impression that if one wants customised forms or views,
> generic is not the way to go.
>
>
These views are classes and they exist precisely so that the code can stay
DRY through specific classes (e.g. MyModelCreateView) that subclass more
generic classes (e.g. MyBaseCreateView) all the way up to the tools django
provides (e.g. CreateView).


Cheers,
André

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to