Re: Example for update_object

2007-10-29 Thread Malcolm Tredinnick
On Mon, 2007-10-29 at 20:42 +0100, Florian Lindner wrote: > Am Donnerstag, 25. Oktober 2007 schrieb Nathaniel Whiteinge: > > On Oct 24, 5:21 am, Florian Lindner <[EMAIL PROTECTED]> wrote: > > > I'm looking for an example on how to use the > > > django.views.generic.create_update.update_object gene

Re: Example for update_object

2007-10-29 Thread Nathaniel Whiteinge
> What's is your opinion about how long it takes until these forms are > implemented with newforms in SVN? The devs work on Django in their spare time, so there isn't a strict timetable for updates. My advice is not to wait -- forge ahead using the afore-mentioned snippet or regular views. Keep

Re: Example for update_object

2007-10-29 Thread Florian Lindner
Am Donnerstag, 25. Oktober 2007 schrieb Nathaniel Whiteinge: > On Oct 24, 5:21 am, Florian Lindner <[EMAIL PROTECTED]> wrote: > > I'm looking for an example on how to use the > > django.views.generic.create_update.update_object generic view. > > The create and update generic views haven't been upd

Re: Example for update_object

2007-10-24 Thread Nathaniel Whiteinge
On Oct 24, 5:21 am, Florian Lindner <[EMAIL PROTECTED]> wrote: > I'm looking for an example on how to use the > django.views.generic.create_update.update_object generic view. The create and update generic views haven't been updated for newforms yet. There's a Django Snippet [1]_ that might be hel

Re: Example for update_object

2007-10-24 Thread Horst Gutmann
Just spam ;-) On 10/24/07, Florian Lindner <[EMAIL PROTECTED]> wrote: > > Am Mittwoch, 24. Oktober 2007 schrieb tomris: > > http://www.cnd-industry.com/ > > Is is just spam or meant serious in a way I don't understand? > > Regards, > > Florian > > > > > --~--~-~--~~~-

Re: Example for update_object

2007-10-24 Thread Florian Lindner
Am Mittwoch, 24. Oktober 2007 schrieb tomris: > http://www.cnd-industry.com/ Is is just spam or meant serious in a way I don't understand? Regards, Florian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Example for update_object

2007-10-24 Thread Florian Lindner
Hello, I'm looking for an example on how to use the django.views.generic.create_update.update_object generic view. Some of the concrete question I have: Is object.get_absolute_url() a function I need to implement in my model? The documentation of the view links to the manipulator and formfield

Example for update_object

2007-10-14 Thread Florian Lindner
Hello, I'm looking for an example on how to use the django.views.generic.create_update.update_object generic view. Some of the concrete question I have: Is object.get_absolute_url() a function I need to implement in my model? The documentation of the view links to the manipulator and formfield