On 27 mai 2013, at 21:10, Cody Scott <[email protected]> wrote:
> Why can't you store lists in a model? Hello Cody, This question really belongs to django-users. Short answer -- of course you can store lists in a model. Use a custom model field. Your database may have a suitable column type to back such a field (eg. hstore in PostgreSQL). You'll easily find implementations on PyPI. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
