Multiple dates in single date field

68 views
Skip to first unread message

Harjot Mann

unread,
Feb 8, 2014, 1:27:21 AM2/8/14
to django-d...@googlegroups.com
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?

--
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/
Daily Dairy: http://harjotmann.wordpress.com/daily-diary/

Russell Keith-Magee

unread,
Feb 8, 2014, 3:34:28 AM2/8/14
to Django Developers
On Sat, Feb 8, 2014 at 2:27 PM, Harjot Mann <harjotm...@gmail.com> 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 %-)
Reply all
Reply to author
Forward
0 new messages