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

Fixed #24416 -- uggettext_lazy in email addresses. #4211

Closed
wants to merge 1 commit into from

Conversation

medmunds
Copy link
Contributor

(An alternative fix in sanitize_address would be something like:

if isinstance(addr, six.string_types) or isinstance(addr, Promise):

but I don't see any other Django code that tests for lazy strings in that way.)

@MarkusH
Copy link
Member

MarkusH commented Feb 26, 2015

buildbot, test this please.

@timgraham
Copy link
Member

merged in 5993b52, thanks.

@timgraham timgraham closed this Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants