django-multiselectfield/multiselectfield
Jian Dai 794bd41546
Optimize multiselectfield to_python method. (#106)
* Optimize multiselectfield to_python method.

When using  with django import export plugin, optimize these 2 things:
1. User usally input a " " after ",",  optimize the parse method, trim it.
2. User also can input "," instead of ",",  for a better user experience.

* Update fields.py
2020-02-20 06:53:32 +01:00
..
db Optimize multiselectfield to_python method. (#106) 2020-02-20 06:53:32 +01:00
forms Add min_choices validation 2017-01-01 18:50:26 -07:00
locale/es/LC_MESSAGES Move multiselectfile app to parent folder 2013-12-04 16:44:19 +01:00
__init__.py Add AppConfigs to example app and multiselectfield 2017-02-21 14:44:21 -07:00
apps.py Add AppConfigs to example app and multiselectfield 2017-02-21 14:44:21 -07:00
utils.py Add flake8 tests, and fix all flake8 errors we don't ignore 2017-01-01 20:41:35 -07:00
validators.py Update lazy translation import (#102) 2019-12-12 23:10:34 +01:00