cavdailyonline / unicorn

CMS and front end app for student news publication
4 stars 5 forks source link

Edited field in article #4

Closed jnayak1 closed 8 years ago

jnayak1 commented 8 years ago

https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.DateField.auto_now_add

Edited field in article should be auto_now_add instead of auto_now.

auto_now makes it so that it will update the date every time the article is saved.