Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize multiselectfield to_python method. #106

Merged
merged 2 commits into from
Feb 20, 2020

Conversation

daimon99
Copy link
Contributor

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.

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.
@coveralls
Copy link

coveralls commented Feb 16, 2020

Coverage Status

Coverage increased (+5.1%) to 91.444% when pulling c7133df on daimon99:daimon99-patch-1 into 9e44443 on goinnn:master.

@tomasgarzon
Copy link
Collaborator

Hi @daimon99 , thanks for your contribution but it seems there is some bug, please check our travis project.

@daimon99
Copy link
Contributor Author

Hi @daimon99 , thanks for your contribution but it seems there is some bug, please check our travis project.

I set up an environment of python 2.7 to test this problem ...
Wish we abondon 2.7 support.
Now the bug is fixed I think.
Thank you for the good design of your multiselectfield plugin : )

@tomasgarzon tomasgarzon merged commit 794bd41 into goinnn:master Feb 20, 2020
@daimon99 daimon99 deleted the daimon99-patch-1 branch February 29, 2020 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants