On Sat, Feb 8, 2014 at 2:27 PM, Harjot Mann <[email protected]>wrote:
> Is it possible to add more than one date in a single date field in django? > How can a user do this if one wants to add? > This isn't really an appropriate question for django-developers. If you're looking for help using Django, you should be asking on django-users. However, even if you do this, you're not going to get many answers, because this sort of structure isn't something that relational databases do (at least, not without using vendor-specific extensions). There isn't anything builtin to Django to support "list" types, other than the many-to-one relation between two models. Yours, Russ Magee %-) -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAJxq848uEbbu%3Dz_JTfc7hfaAhMEmm%3DgxK%2BrhPAduGtdHU41LJQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
