Skip to content

AuthTokenSerializer - properly render password field #2741

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

Merged
merged 1 commit into from
Mar 22, 2015

Conversation

maurodoglio
Copy link
Contributor

Tests are passing locally, but I cannot manually verify the correct behaviour in the browsable api because of #2424

password = serializers.CharField()
password = serializers.CharField(
style={'input_type': 'password'}
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tedious minor thing, but let's just keep this on one line.

@maurodoglio maurodoglio force-pushed the hide-authtoken-field branch from b5e116c to fde02ae Compare March 22, 2015 12:13
@maurodoglio
Copy link
Contributor Author

👍

@tomchristie tomchristie added this to the 3.1.1 Release milestone Mar 22, 2015
@tomchristie
Copy link
Member

Closes #2738

tomchristie added a commit that referenced this pull request Mar 22, 2015
AuthTokenSerializer - properly render password field
@tomchristie tomchristie merged commit c9618cc into encode:master Mar 22, 2015
@tomchristie
Copy link
Member

Ace!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants