Hello,

I've got a model that can be linked to any other via GenericForeignKey
(), similar to the tagging example. The problem I'm having is that the
module I'm forced to use is passing the parameters in on the URL ( I
know, I know ), and as such I'm having a devil of a time trying figure
out how to grab hold of an object knowing only its content_type and
id. In javascript I'd do something along the lines of eval
(content_type) and use that to access the relevant manager to get at
the object.

There's gotta be some way to get access to any object in the Django
system once you know it's content type and id, no?

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to