Hi,

I have an website and I would like to use Django admin app for
modifing my model objects.

Django admin app is out of the box providing C(R)UD actions for me.
But R (Read) action is implemented as list. You can see the list of
your objects and If you click on one the item in the list you will be
automaticall directed to change_form (Update action)

I would like to have an intermediate step where you see the details of
the object with its relations etc. and from this page you can goto
change_form if you really want to edit it.

Couldn't make it? Did any of you implemented such a functionality?

Thanks in Advance.

Ali

--~--~---------~--~----~------------~-------~--~----~
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