If I use something like
year_published = models.DateField()
then I have to enter in a day and month, in addition to a year. But in this field I only want to enter a year. Likewise, I only want to enter a month in
month_published = models.DateField()
Any idea how to do this?