twaddington / django-olcc

A web interface and API for searching the OLCC price list.
http://www.oregonliquorprices.com/
MIT License
19 stars 8 forks source link

Migrate age field to an integer field. #6

Open twaddington opened 11 years ago

twaddington commented 11 years ago

The age field is currently a DecimalField. This should be migrated to an IntegerField.