Re: generic views - newforms

2008-03-31 Thread sector119
When you will read Michael's links on documentation you can use generic views on newforms: http://217.196.165.10/create_update.txt They have create and update preview support also, just use preview=True option. And object_delete can use id's like '1/2/3/4/5/10/128' to use url's like

Re: generic views - newforms

2008-03-30 Thread Michael
They are two very different animals really. Generic views work as a way to cut code from your views code (the code that creates the httpresponse, between the url handling and the template rendering). Newforms is the way that Django creates and handles forms. You will generally need to use a new

generic views - newforms

2008-03-30 Thread Victor Quiroz
Hello, what is the difference (advantage) to use generic views or newforms Victor --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to