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

Update sync_customers for unicode usernames. #292

Merged
merged 4 commits into from
Dec 21, 2016

Conversation

martey
Copy link
Contributor

@martey martey commented Nov 11, 2016

Avoid UnicodeEncodeErrors if you are using Python 2 and some of your users have Unicode usernames because you are using a custom authentication that ignores the convention that usernames should be ASCII-only.

Avoid UnicodeEncodeErrors if some users have unicode usernames.
@coveralls
Copy link

coveralls commented Nov 11, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 728df9c on mobolic:unicode-usernames into aaa4516 on pinax:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 728df9c on mobolic:unicode-usernames into aaa4516 on pinax:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 728df9c on mobolic:unicode-usernames into aaa4516 on pinax:master.

@coveralls
Copy link

coveralls commented Dec 13, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling c99be0e on mobolic:unicode-usernames into d12c367 on pinax:master.

@coveralls
Copy link

coveralls commented Dec 21, 2016

Coverage Status

Changes Unknown when pulling 33c6c71 on mobolic:unicode-usernames into ** on pinax:master**.

@coveralls
Copy link

coveralls commented Dec 21, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 33c6c71 on mobolic:unicode-usernames into 6615388 on pinax:master.

@paltman paltman merged commit b5205bf into pinax:master Dec 21, 2016
@martey martey deleted the unicode-usernames branch December 22, 2016 17:41
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