-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add .validated_data
in tutorial part 1.
#2214
Labels
Comments
Merged
|
the output will be slightly different with py2: it'll be a {} instead of OrderedDict() |
@xordoquy weird, I just tried that with python2.7 |
a lot of things have changed with py3 ;) |
@jpadilla try {'a': 1}.keys() in python3 ;) |
I think you might have meant py3 in #2214 (comment) |
@xordoquy actually ran it again with python3.4 and got the same output for
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should add .validated_data here. Opening the issue as I've not had time to check what it would return, but wanted to make sure we track this...
The text was updated successfully, but these errors were encountered: