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.
Fixing E302 Errors
Signed-off-by: Jason Myers <jason@jasonamyers.com>
by
Etta the Cattle 2013-11-02 21:34:05 UTC
commit c3791463a5a9674f8e0148fbab57eae23c138896
Django
django/forms/widgets.py
+1
-13
setup.cfg
+1
-1
tests/multiple_database/tests.py
+15
-21
tests/mutually_referential/models.py
-1
tests/nested_foreign_keys/models.py
-2
tests/null_fk/models.py
-7
tests/null_fk_ordering/models.py
-4
tests/null_queries/models.py
-5
tests/one_to_one/models.py
+2
-7
tests/one_to_one/tests.py
-1
tests/order_with_respect_to/models.py
-2
tests/ordering/models.py
-1
tests/prefetch_related/models.py
-5
tests/proxy_model_inheritance/models.py
-2
tests/proxy_models/models.py
-26
tests/queries/models.py
-91
tests/queries/tests.py
+11
-33
tests/queryset_pickle/models.py
-6
tests/raw_query/models.py
-4
tests/responses/tests.py
-1
tests/reverse_lookup/models.py
-2
tests/reverse_single_related/models.py
-2
tests/select_related/models.py
-10
tests/select_related_onetoone/models.py
-2
tests/select_related_regress/models.py
-28
tests/serializers/tests.py
+4
-8
tests/serializers_regress/models.py
-63
tests/serializers_regress/tests.py
+12
-36
tests/servers/tests.py
-1
tests/settings_tests/tests.py
-1
tests/signals/models.py
-1
tests/signals/tests.py
-2
tests/signals_regress/models.py
-1
tests/signing/tests.py
-1
tests/sites_framework/models.py
-6
tests/staticfiles_tests/storage.py
-1
tests/str/models.py
-1
tests/string_lookup/models.py
-5
tests/syndication/tests.py
-1
tests/tablespaces/models.py
-4
tests/tablespaces/tests.py
-2
tests/template_tests/filters.py
+4
-9
tests/template_tests/templatetags/bad_tag.py
-2
tests/template_tests/templatetags/custom.py
-49
tests/template_tests/templatetags/subpackage/echo.py
-1
tests/template_tests/test_callables.py
-1
tests/template_tests/test_loaders.py
+6
-7
tests/template_tests/test_nodelist.py
+1
-2
tests/template_tests/test_response.py
+2
-3
tests/template_tests/test_smartif.py
-1
tests/template_tests/tests.py
+9
-22
tests/template_tests/views.py
-5
tests/test_client/tests.py
+1
-3
tests/test_client/views.py
-22
tests/test_client_regress/session.py
-1
tests/test_client_regress/tests.py
+6
-22
tests/test_client_regress/views.py
-18
tests/test_runner/models.py
-1
tests/test_runner_deprecation_app/tests.py
-1
tests/test_utils/models.py
-1
tests/timezones/admin.py
-2
tests/timezones/forms.py
-5
tests/timezones/models.py
-6
tests/transactions/tests.py
+5
-11
tests/transactions_regress/models.py
-2
tests/transactions_regress/tests.py
+1
-4
tests/unmanaged_models/models.py
+1
-12
tests/update/models.py
-4
tests/update_only_fields/models.py
-1
tests/urlpatterns_reverse/erroneous_views_module.py
-1
tests/urlpatterns_reverse/middleware.py
-5
tests/urlpatterns_reverse/tests.py
+1
-11
tests/urlpatterns_reverse/urlconf_inner.py
-1
tests/urlpatterns_reverse/views.py
-10
tests/user_commands/management/commands/leave_locale_alone_false.py
-1
tests/user_commands/management/commands/leave_locale_alone_true.py
-1
tests/utils_tests/test_baseconv.py
-1
tests/utils_tests/test_checksums.py
-1
tests/utils_tests/test_datetime_safe.py
-1
tests/utils_tests/test_decorators.py
-1
tests/utils_tests/test_ipv6.py
-1
tests/utils_tests/test_jslex.py
-3
tests/utils_tests/test_module_loading.py
-5
tests/utils_tests/test_simplelazyobject.py
-1
tests/utils_tests/test_text.py
-1
tests/utils_tests/test_tzinfo.py
+4
-5
tests/validation/models.py
-13
tests/validation/test_unique.py
-1
tests/validation/tests.py
+1
-2
tests/validators/tests.py
+4
-6
tests/version/tests.py
-1
tests/view_tests/__init__.py
-1
tests/view_tests/models.py
-5
tests/view_tests/templatetags/debugtags.py
-1
tests/view_tests/tests/test_debug.py
+4
-5
tests/view_tests/tests/test_shortcuts.py
-1
tests/view_tests/views.py
-32
tests/wsgi/urls.py
-1
expand_less