Re: About newforms-admin branch

2008-06-02 Thread Jeff Anderson
Grupo Django wrote: On 2 jun, 00:26, Jeff Anderson <[EMAIL PROTECTED]> wrote: Grupo Django wrote: When newforms-admin is merged to the trunk, what will happen with all the sites that are currently using the current admin application? It's completely different. Should we change every sin

Re: About newforms-admin branch

2008-06-02 Thread Grupo Django
On 2 jun, 00:26, Jeff Anderson <[EMAIL PROTECTED]> wrote: > Grupo Django wrote: > > When newforms-admin is merged to the trunk, what will happen with all > > the sites that are currently using the current admin application? It's > > completely different. Should we change every single project to ma

Re: About newforms-admin branch

2008-06-01 Thread Jeff Anderson
Grupo Django wrote: When newforms-admin is merged to the trunk, what will happen with all the sites that are currently using the current admin application? It's completely different. Should we change every single project to make them compatible with the newforms-admin version? Short answer: y

About newforms-admin branch

2008-06-01 Thread Grupo Django
Hello, I'd like to know the status in the newforms-admin branch, I have seen the todo list: http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&keywords=%7Enfa-blocker&order=priority but it would be great the current state (80%,90%...). The reason I'm starting a new pro

Re: about newforms

2007-04-09 Thread anders conbere
My experience has been that if you are able to use the newforms convenience functions (form_for_model and form_for_instance) there is a sizable amount of information on the net on how to effectively implement them. However there seems to be almost no body of knowledge regarding effective use of cu

Re: about newforms

2007-04-09 Thread Craig Kuhns
I found this example to help me alot when trying to figure out the newforms. http://code.pui.ch/2007/01/07/using-djangos-newforms/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: about newforms

2007-04-09 Thread Georgi Stanojevski
Christian Hoppner напиша: > I have noticed that the newforms documentation really lacks a lot so far. Not > to say it's useless, but it's not enough to teach me how to use it. > > I have already decided to manually generate the two forms I'll need for my > current project. So that's not the qu

Re: about newforms

2007-04-09 Thread nick feng
ED]> To: Sent: Tuesday, April 10, 2007 1:03 AM Subject: about newforms > > > Hi there. > > I have noticed that the newforms documentation really lacks a lot so far. Not > to say it's useless, but it's not enough to teach me how to use it. > > I have already

about newforms

2007-04-09 Thread Christian Hoppner
Hi there. I have noticed that the newforms documentation really lacks a lot so far. Not to say it's useless, but it's not enough to teach me how to use it. I have already decided to manually generate the two forms I'll need for my current project. So that's not the question. Now, what should