#11913: Storing dictionaries and ordered lists in database ------------------------------------------+--------------------------------- Reporter: jits_1998 | Owner: nobody Status: new | Milestone: 1.2 Component: Database layer (models, ORM) | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- I would like to have a feature which can directly store dictionaries into the database. eg. My user has multiple addresses, so I can have a dictionary with keys as "home"/"office" etc, and the address object as values.
Also, a similar feature would be to have ordered list of objects. Currently we store the many-to-one etc relationships in a table, for the above requirements we need to add another column for keys/index. The value need not be a complex object, it can be a simple string or a number. -- Ticket URL: <http://code.djangoproject.com/ticket/11913> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---