Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: b289fcf1bfeaa717ed465b2529a275b61dc02d92
https://github.com/django/django/commit/b289fcf1bfeaa717ed465b2529a275b61dc02d92
Author: Alasdair Nicol <
alas...@thenicols.net>
Date: 2013-10-21 (Mon, 21 Oct 2013)
Changed paths:
M django/contrib/admin/filters.py
M django/contrib/admin/options.py
M django/contrib/admin/templatetags/admin_list.py
M django/contrib/admin/templatetags/admin_modify.py
M django/contrib/auth/management/commands/changepassword.py
M django/contrib/auth/tests/test_auth_backends.py
M django/contrib/auth/tests/test_views.py
M django/contrib/contenttypes/generic.py
M django/contrib/flatpages/tests/test_templatetags.py
M django/contrib/formtools/wizard/storage/base.py
M django/contrib/formtools/wizard/views.py
M django/contrib/gis/db/models/sql/query.py
M django/contrib/gis/db/models/sql/where.py
M django/contrib/gis/gdal/geometries.py
M django/contrib/gis/geos/tests/test_geos_mutation.py
M django/contrib/messages/tests/base.py
M django/contrib/redirects/tests.py
M django/contrib/sitemaps/views.py
M django/core/handlers/base.py
M django/core/management/commands/createcachetable.py
M django/core/management/commands/loaddata.py
M django/core/management/commands/makemessages.py
M django/core/serializers/xml_serializer.py
M django/db/models/base.py
M django/db/models/query.py
M django/db/models/sql/query.py
M django/db/models/sql/subqueries.py
M django/db/transaction.py
M django/forms/models.py
M django/forms/widgets.py
M django/http/utils.py
M django/middleware/locale.py
M django/test/runner.py
M django/test/testcases.py
M django/utils/html.py
M django/utils/http.py
M django/utils/jslex.py
M django/utils/timezone.py
M django/views/generic/dates.py
M django/views/generic/list.py
M docs/_ext/applyxrefs.py
M setup.cfg
M tests/admin_views/models.py
M tests/admin_views/tests.py
M tests/admin_widgets/tests.py
M tests/basic/tests.py
M tests/cache/tests.py
M tests/distinct_on_fields/tests.py
M tests/extra_regress/tests.py
M tests/file_uploads/tests.py
M tests/forms_tests/tests/test_fields.py
M tests/forms_tests/tests/test_widgets.py
M tests/forms_tests/tests/tests.py
M tests/generic_relations/tests.py
M tests/i18n/tests.py
M tests/logging_tests/tests.py
M tests/mail/tests.py
M tests/managers_regress/tests.py
M tests/many_to_one/tests.py
M tests/middleware_exceptions/tests.py
M tests/model_fields/models.py
M tests/model_forms/tests.py
M tests/model_formsets_regress/tests.py
M tests/model_inheritance_regress/models.py
M tests/model_inheritance_regress/tests.py
M tests/model_regress/tests.py
M tests/null_queries/tests.py
M tests/pagination/tests.py
M tests/queries/tests.py
M tests/requests/tests.py
M tests/reverse_single_related/tests.py
M tests/select_related_regress/tests.py
M tests/serializers_regress/tests.py
M tests/signing/tests.py
M tests/template_tests/test_loaders.py
M tests/template_tests/test_response.py
M tests/test_client_regress/tests.py
M tests/timezones/tests.py
M tests/transactions/tests.py
M tests/utils_tests/test_tzinfo.py
Log Message:
-----------
Fixed #21288 -- Fixed E126 pep8 warnings