comses / catalog

Web tools to annotate publications related to computational modeling
http://catalog.comses.net
GNU General Public License v3.0
3 stars 3 forks source link

replace Publication.date_published field with property #81

Closed alee closed 8 years ago

alee commented 8 years ago

Publication.date_published is a calculated field where we try to cram the date_published_text into a Django models.DateField.

Remove it from the schema and add a date_published property that simulates what we do at load-time.