I like to implement drag/drop functionality resp. move-up/move-down
buttons for inline-elements within the admin-interface. therefore, in
tabular.html/stacked.html I need to know whether or not
"order_with_respect_to" is being used for that model - if yes, the
buttons will be available - if not, they won´t.

I´ve done research for over a day now - but unfortunately I haven´t
been able to access that variable in the template. so, the question
basically is: in tabular.html/stacked.html, how do I access
"order_with_respect_to" (how do I know whethere this attribute is
being used by the model?).

thanks,
patrick
--~--~---------~--~----~------------~-------~--~----~
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