django/django

View on GitHub

Showing 2,092 of 2,092 total issues

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, *, max_value=None, min_value=None, step_size=None, **kwargs):
Severity: Minor
Found in django/forms/fields.py - About 35 mins to fix

    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(
    Severity: Minor
    Found in django/forms/widgets.py - About 35 mins to fix

      Function save_formset has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def save_formset(self, request, form, formset, change):
      Severity: Minor
      Found in django/contrib/admin/options.py - About 35 mins to fix

        Function save_related has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def save_related(self, request, form, formsets, change):
        Severity: Minor
        Found in django/contrib/admin/options.py - About 35 mins to fix

          Function encode has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def encode(self, password, salt, n=None, r=None, p=None):
          Severity: Minor
          Found in django/contrib/auth/hashers.py - About 35 mins to fix

            Function with_perm has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def with_perm(
            Severity: Minor
            Found in django/contrib/auth/models.py - About 35 mins to fix

              Function construct_change_message has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def construct_change_message(self, request, form, formsets, add=False):
              Severity: Minor
              Found in django/contrib/admin/options.py - About 35 mins to fix

                Function get_form has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def get_form(self, request, obj=None, change=False, **kwargs):
                Severity: Minor
                Found in django/contrib/admin/options.py - About 35 mins to fix

                  Function get_inline_formsets has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def get_inline_formsets(self, request, formsets, inline_instances, obj=None):
                  Severity: Minor
                  Found in django/contrib/admin/options.py - About 35 mins to fix

                    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def __init__(self, parser, token, func, template_name, takes_context=True):
                    Severity: Minor
                    Found in django/contrib/admin/templatetags/base.py - About 35 mins to fix

                      Function save_model has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def save_model(self, request, obj, form, change):
                      Severity: Minor
                      Found in django/contrib/admin/options.py - About 35 mins to fix

                        Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def __init__(self, parent_instance, *args, pk_field=False, to_field=None, **kwargs):
                        Severity: Minor
                        Found in django/forms/models.py - About 35 mins to fix

                          Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def __init__(self, form, field, is_first, model_admin=None):
                          Severity: Minor
                          Found in django/contrib/admin/helpers.py - About 35 mins to fix

                            Function change_view has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def change_view(self, request, object_id, form_url="", extra_context=None):
                            Severity: Minor
                            Found in django/contrib/admin/options.py - About 35 mins to fix

                              Function _changeform_view has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def _changeform_view(self, request, object_id, form_url, extra_context):
                              Severity: Minor
                              Found in django/contrib/admin/options.py - About 35 mins to fix

                                Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def __init__(self, form, field, readonly_fields=None, model_admin=None):
                                Severity: Minor
                                Found in django/contrib/admin/helpers.py - About 35 mins to fix

                                  Function changeform_view has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def changeform_view(self, request, object_id=None, form_url="", extra_context=None):
                                  Severity: Minor
                                  Found in django/contrib/admin/options.py - About 35 mins to fix

                                    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def __init__(
                                    Severity: Minor
                                    Found in django/contrib/admin/helpers.py - About 35 mins to fix

                                      Function email_user has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def email_user(self, subject, message, from_email=None, **kwargs):
                                      Severity: Minor
                                      Found in django/contrib/auth/models.py - About 35 mins to fix

                                        Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def __init__(
                                        Severity: Minor
                                        Found in django/contrib/contenttypes/fields.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language