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

Change frequency.exact_times to character choices #86

Closed jwhitlock closed 5 years ago

jwhitlock commented 5 years ago

Switch choices from integers (leads to validation error) to chars. Fixes issue #81.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 6a8b7655632f95a0c19fc8853169369b0c0ebba0 on jwhitlock:choice-char-81 into ca19ee690f78f57f4e2cabc69cf713c87167319f on tulsawebdevs:master.