On Thu, 2009-04-09 at 15:48 -0700, herr.klein...@googlemail.com wrote:
> Hi!
> 
> I have cages filled with animals. All animals can move, but they do it
> all differently. Some animals even have attributes the others don't.
> Now i want all the animals in a cage to move.
> 
> How do i implement that in Django? First i thought i could use simple
> inheritance, serialize the attributes and save them to a TextField,
> but i have no idea where to unserialize them at fetchtime. So i
> figured that wouldn't be the best approach.
> 
> So what i found out what i really want is an abstract animal base
> class. Now the Problem is how do i get them in the cage? I could use
> generic foreign keys, but in this case i would need one for every
> animal, which wouldn't work.
> So what am i missing here? How is it intended to be?

I have sat and thought about this for a while and I still have
absolutely no idea what you're asking. Could you forget about the
abstract stuff with animals and cages and show some small examples of
the code you're trying to write and an explanation of what isn't
working? Is an animal class meant to be linked to a cage class? Is a
cage even a class, or is it an attribute? Why was serializing ever an
option for relational model representation?

Unfortunately, you've over-generalised your problem to the degree that
it probably only makes sense to you now. :-)

Regards,
Malcolm


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