On Wed, May 11, 2011 at 1:29 PM, DK <cypre...@gmail.com> wrote:
> What is a proper way to handle formsets with new class based views?
> Should I use standard forms views like CreateView, I did not saw any
> views dedicated to handle formsets.

Hi DK. I've faced the same issue some weeks ago, and I decided to make
my own CBV to handle formsets, modelformsets and inlines :)

I haven't released them yet, cause I haven't had the proper time to
document them, but the code is full of docstrings and commentaries and
I'm using them in production. You can find them in my github repo[0].

I think you'll find them easy enough to understand, but if you have
any doubts you can query me on #django or email me. Of course any
issue report or pull request is more than welcome!
    Iván

[0] https://github.com/rasca/django-enhanced-cbv

-- 
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