I use reverse('staticpages-staticpage_delete', kwargs={'object_id':
4}) in my code.
It works (the same code) for many models, and only this one doesn't
work properly.

On May 6, 1:12 am, Lemuel Formacil <[EMAIL PROTECTED]> wrote:
> Try this:
>
> On May 5, 2008, at 6:32 PM, sector119 wrote:
>
> >>>> reverse('staticpages-staticpage_delete', {'object_id': 4})
>
> reverse('staticpages-staticpage_delete', kwargs={'object_id': 4})
>
> --
> Lemuel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to