Just learning django, I'm reading this tutorial and getting confused at this part:
class Question(models.Model):
pub_date = models.DateTimeField('date published')
Having searching its documentation, still can't figure out what does 'date published'
argument mean? Anyone can explain?