Re: How to generate an edit form for django comments

2012-07-04 Thread Russell Keith-Magee
Hi Sachin, Django-Developers is a forum for discussing the development of Django itself, not for general user queries. General user queries should be posted to Django-users. You should also refrain from posting the same question to both lists. Yours, Russ Magee %-) On Wed, Jul 4, 2012 at 2:44 PM

How to generate an edit form for django comments

2012-07-03 Thread Sachin Gupta
Hi, I wanted to have a functionality to be able to edit the comments posted using the comments app (not from the admin, from the site and only for logged in users). As much as I know Django, to render an edit form we need to pass an instance of the object to the form which has to be edited lik