Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information