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 documentation. There is mentioned that learning the stuff isn't worth anymore cause it's being replaced. Is this true also for this generic view? Where can I find an example on how to use the view with the newforms (I think it's this it's being replaced with). I'm using the svn version of Django. Thanks, Florian http://www.djangoproject.com/documentation/generic_views/#django-views-generic-create-update-create-object --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

