That did it. I figured if the form had a primary key it would do an update. I guess that was wrong.
The url is the form you describe, but the dispatcher view method adds the id to the GET of the request to pass it on. So the url for this is actually /incidents/edit/4. Thanks. On Dec 3, 2009, at 1:59 AM, Daniel Roseman wrote: > Note it's more Django-nic (that isn't a word, but it should be) to > pass the ID to edit as part of the URL (eg edit/4/), rather than as a > GET parameter. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.