Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 165f44aaaa0b9008f35d8f6a3474db061559ad53
https://github.com/django/django/commit/165f44aaaa0b9008f35d8f6a3474db061559ad53
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M django/contrib/auth/tests/test_forms.py
M django/contrib/humanize/tests.py
M tests/admin_views/tests.py
M tests/admin_widgets/tests.py
M tests/defaultfilters/tests.py
M tests/forms_tests/tests/test_fields.py
M tests/i18n/tests.py
M tests/logging_tests/tests.py
M tests/one_to_one_regress/tests.py
M tests/test_utils/tests.py
M tests/transactions/tests.py
M tests/view_tests/tests/test_i18n.py
Log Message:
-----------
Combine consecutive with statements
Python 2.7 allows to combine several 'with' instructions.