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 #26826 -- Stripped spaces from dumpdata pks arguments #6921

Merged
merged 1 commit into from
Jul 16, 2016

Conversation

claudep
Copy link
Member

@claudep claudep commented Jul 16, 2016

Thanks Kevin Graham Foster for the report.

stdout=output,
)
result = output.getvalue()
self.assertIn('"pk": "%s"' % str(m1.id), result)
Copy link
Member

Choose a reason for hiding this comment

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

I think str isn't needed (doesn't %s do that implicitly?)

Thanks Kevin Graham Foster for the report and Tim Graham for the review.
@claudep claudep merged commit 5993931 into django:master Jul 16, 2016
@claudep claudep deleted the 26826 branch July 16, 2016 18:50
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.

2 participants