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

remove python 2 support #54

Merged
merged 5 commits into from Dec 3, 2019
Merged

remove python 2 support #54

merged 5 commits into from Dec 3, 2019

Conversation

foodaemon
Copy link

No description provided.

tests/tests.py Outdated
@@ -107,7 +106,7 @@ def test_valid_with_defaults(self):
# http://stackoverflow.com/questions/7399490/
data = dict(
(field_name, field.initial)
for field_name, field in six.iteritems(TestModelForm().fields)
for field_name, field in iter(TestModelForm().fields.items())

Choose a reason for hiding this comment

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

iter is redundant here

@ityoung
Copy link

ityoung commented Dec 3, 2019

Hi, Django 3.0 released, please merge this.

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.

None yet

4 participants