The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #21302 -- Fixed unused imports and import *.
by
Lindsey the Elephant Seal 2013-10-18 11:25:30 UTC
commit 36ded01527b690b5df0574492af9cfcc2ea3d1dc
Django
django/contrib/admin/__init__.py
-8
django/contrib/auth/models.py
+1
django/contrib/auth/tests/test_decorators.py
+2
django/contrib/auth/tests/test_models.py
+1
django/contrib/auth/tests/test_views.py
+1
django/contrib/formtools/wizard/storage/__init__.py
-4
django/contrib/gis/admin/__init__.py
+4
-13
django/contrib/gis/db/models/__init__.py
+4
-4
django/contrib/gis/db/models/aggregates.py
-2
django/contrib/gis/db/models/sql/__init__.py
-4
django/contrib/gis/db/models/sql/aggregates.py
+1
-1
django/contrib/gis/forms/__init__.py
+3
-3
django/contrib/gis/forms/fields.py
+1
-1
django/contrib/gis/gdal/__init__.py
+7
-17
django/contrib/gis/geoip/__init__.py
-3
django/contrib/gis/geoip/base.py
+1
-1
django/contrib/gis/geometry/backend/geos.py
-2
django/contrib/gis/geos/__init__.py
+1
-12
django/contrib/gis/geos/io.py
-2
django/contrib/gis/geos/prototypes/__init__.py
+5
-5
django/contrib/gis/maps/google/__init__.py
-5
django/contrib/gis/sitemaps/__init__.py
-2
django/contrib/gis/utils/__init__.py
+5
-5
django/contrib/messages/__init__.py
+2
-2
django/core/cache/__init__.py
+4
-2
django/core/cache/backends/db.py
+1
django/core/files/__init__.py
-2
django/core/handlers/wsgi.py
+1
-1
django/core/mail/__init__.py
-8
django/core/management/base.py
+1
-1
django/core/management/commands/squashmigrations.py
+5
-1
django/core/management/validation.py
+1
-1
django/core/servers/basehttp.py
+2
-1
django/core/servers/fastcgi.py
+1
-1
django/db/migrations/__init__.py
+2
-2
django/db/migrations/operations/__init__.py
+1
-9
django/db/models/__init__.py
+13
-18
django/db/models/aggregates.py
-4
django/db/models/base.py
+2
-2
django/db/models/fields/__init__.py
-12
django/db/models/query.py
+1
-1
django/db/models/sql/__init__.py
+2
-2
django/db/utils.py
+1
django/dispatch/__init__.py
+1
-1
django/forms/__init__.py
+5
-5
django/forms/extras/__init__.py
+1
-3
django/forms/fields.py
+1
-1
django/forms/widgets.py
+1
-1
django/http/__init__.py
+4
-15
django/middleware/doc.py
+1
-1
django/template/__init__.py
+5
-5
django/template/base.py
+1
-1
django/test/__init__.py
-6
django/test/testcases.py
+1
-1
django/utils/autoreload.py
+1
-1
django/utils/log.py
+3
-2
django/utils/text.py
+1
-1
django/views/generic/__init__.py
-8
setup.cfg
+2
-2
tests/admin_changelist/admin.py
+2
-1
tests/admin_custom_urls/tests.py
+1
tests/admin_scripts/broken_app/models.py
+1
-1
tests/admin_scripts/complex_app/models/bar.py
+2
tests/admin_scripts/simple_app/models.py
-2
tests/admin_validation/tests.py
+1
-1
tests/admin_views/tests.py
+1
tests/app_loading/tests.py
+2
tests/context_processors/urls.py
+1
-1
tests/delete/tests.py
+1
-1
tests/deprecation/tests.py
+1
tests/file_storage/tests.py
+1
tests/files/tests.py
+2
tests/forms_tests/urls.py
+1
tests/generic_inline_admin/tests.py
+1
tests/i18n/tests.py
+5
-5
tests/logging_tests/tests.py
+3
tests/managers_regress/tests.py
+1
tests/many_to_one_regress/tests.py
+1
tests/middleware/tests.py
+1
-1
tests/migrations/faulty_migrations/import_error/__init__.py
+1
-1
tests/migrations/test_executor.py
+1
tests/migrations/test_optimizer.py
+1
tests/model_forms/models.py
+1
-1
tests/model_package/models/__init__.py
-2
tests/modeladmin/tests.py
+1
tests/proxy_models/tests.py
+2
-1
tests/queryset_pickle/tests.py
+1
tests/requests/tests.py
+2
-1
tests/select_for_update/tests.py
+1
tests/select_related_regress/tests.py
+1
-1
tests/serializers/tests.py
+1
tests/serializers_regress/tests.py
+1
tests/settings_tests/models.py
tests/settings_tests/tests.py
+2
-1
tests/tablespaces/tests.py
+1
tests/template_tests/templatetags/broken_tag.py
+1
-1
tests/template_tests/templatetags/subpackage/echo_invalid.py
+1
-1
tests/test_client/tests.py
+2
tests/test_runner/test_discover_runner.py
+1
tests/test_runner/tests.py
+1
tests/test_runner_deprecation_app/models.py
+3
tests/timezones/tests.py
+3
tests/timezones/urls.py
+1
-1
tests/urlpatterns_reverse/erroneous_views_module.py
+1
-1
tests/urlpatterns_reverse/tests.py
+1
tests/urlpatterns_reverse/views.py
+1
-1
tests/utils_tests/test_crypto.py
+2
tests/utils_tests/test_module/bad_module.py
+1
-1
tests/utils_tests/test_module_loading.py
+1
-1
tests/utils_tests/test_safestring.py
+1
tests/utils_tests/test_text.py
+2
tests/utils_tests/test_timezone.py
+1
tests/version/tests.py
+1
tests/view_tests/generic_urls.py
+2
-1
tests/view_tests/tests/test_defaults.py
+2
-1
tests/view_tests/tests/test_shortcuts.py
+1
expand_less