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__(
Severity: Minor
Found in django/db/models/fields/files.py - About 35 mins to fix

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

        def as_native(self, compiler, connection, *, returning, **extra_context):
    Severity: Minor
    Found in django/db/models/functions/comparison.py - About 35 mins to fix

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

          def __init__(
      Severity: Minor
      Found in django/db/models/fields/files.py - About 35 mins to fix

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

            def validate(self, model, instance, exclude=None, using=DEFAULT_DB_ALIAS):
        Severity: Minor
        Found in django/db/models/constraints.py - About 35 mins to fix

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

              def validate(self, model, instance, exclude=None, using=DEFAULT_DB_ALIAS):
          Severity: Minor
          Found in django/db/models/constraints.py - About 35 mins to fix

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

                def results_iter(
            Severity: Minor
            Found in django/db/models/sql/compiler.py - About 35 mins to fix

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

                  def get_default_columns(
              Severity: Minor
              Found in django/db/models/sql/compiler.py - About 35 mins to fix

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

                    def contribute_to_class(self, cls, name, private_only=False, **kwargs):
                Severity: Minor
                Found in django/db/models/fields/related.py - About 35 mins to fix

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

                      def get_choices(
                  Severity: Minor
                  Found in django/db/models/fields/__init__.py - About 35 mins to fix

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

                        def __init__(
                    Severity: Minor
                    Found in django/db/models/sql/subqueries.py - About 35 mins to fix

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

                          def __init__(
                      Severity: Minor
                      Found in django/db/models/functions/datetime.py - About 35 mins to fix

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

                            def __init__(self, expression, pos, length=None, **extra):
                        Severity: Minor
                        Found in django/db/models/functions/text.py - About 35 mins to fix

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

                              def resolve_expression(
                          Severity: Minor
                          Found in django/db/models/functions/datetime.py - About 35 mins to fix

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

                                def contribute_to_class(self, cls, name, private_only=False, **kwargs):
                            Severity: Minor
                            Found in django/db/models/fields/related.py - About 35 mins to fix

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

                                  def __init__(self, to, on_delete, to_field=None, **kwargs):
                              Severity: Minor
                              Found in django/db/models/fields/related.py - About 35 mins to fix

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

                                    def resolve_expression(
                                Severity: Minor
                                Found in django/db/models/functions/datetime.py - About 35 mins to fix

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

                                      def __init__(
                                  Severity: Minor
                                  Found in django/db/models/fields/json.py - About 35 mins to fix

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

                                        def validate(self, model, instance, exclude=None, using=DEFAULT_DB_ALIAS):
                                    Severity: Minor
                                    Found in django/db/models/constraints.py - About 35 mins to fix

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

                                          def sql_flush(self, style, tables, *, reset_sequences=False, allow_cascade=False):
                                      Severity: Minor
                                      Found in django/db/backends/postgresql/operations.py - About 35 mins to fix

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

                                                def copy_to(self, file, table, *args, **kwargs):
                                        Severity: Minor
                                        Found in django/db/backends/postgresql/base.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language