tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Choice should be characters for Frequency field #81

Closed jwhitlock closed 5 years ago

jwhitlock commented 6 years ago

In Frequency, the exact_times is a CharField, but the choices are integers. This results in an error when saving:

Select a valid choice. 0 is not one of the available choices.
jwhitlock commented 5 years ago

Fixed in #86