Skip to content

Commit

Permalink
selected
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Dec 25, 2016
1 parent 9a8e554 commit 88d73b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_project/tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


def selected_tag():
return 'selected="selected"' if django.VERSION < (1, 9) else 'selected'
return 'selected="selected"' if django.VERSION < (1, 11) else 'selected'


@override_settings(ROOT_URLCONF='tests.test_widgets')
Expand Down

0 comments on commit 88d73b5

Please sign in to comment.