burke-software/django-simple-import

Deal with choices lookups

Closed this issue · 1 comments

For example if the user see's "Monday" but the database is "M" the import won't work.

choices  = ['M', 'Monday'] ,etc

This is now supported.