On Mon, Apr 13, 2009 at 12:53 PM, khomutets...@gmail.com < khomutets...@gmail.com> wrote:
> > Hi! > > I want to map some compex objects, like lists or dictionaries, but in > Django I don't find Field type for this. Please help me or say how to > map this data structures. (I'll try to use Hibernate ORM and he have > List, Map and Set mapping types). > > Mikhail Khomutetskiy. > > > > Django doesn't have any of these Field types built in as they are not, strictly speaking, relational database ideas. However, you are more than welcome to create your own field types(or check a site like Djangosnippets for already existing ones). Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---