I have a table that has a date field that only collects the date. My question is how to specify the format in which that date will enter. If this is the 01 MAR 2016
format, how do I specify it is day, month and year?
Example : fecha = models.DateField(null=False, max_length=50)