Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django array of dates

ArrayField(
     models.DateField(max_length=10, blank=True),
     size=8,
        ),
#Size is optional, if set the array will have a maximum size
Source by docs.djangoproject.com #
 
PREVIOUS NEXT
Tagged: #django #array #dates
ADD COMMENT
Topic
Name
1+8 =