django/django

View on GitHub
django/contrib/postgres/aggregates/statistics.py

Summary

Maintainability
A
1 hr
Test Coverage

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

    def __init__(self, y, x, sample=False, filter=None, default=None):
Severity: Minor
Found in django/contrib/postgres/aggregates/statistics.py - About 35 mins to fix

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

        def __init__(self, y, x, output_field=None, filter=None, default=None):
    Severity: Minor
    Found in django/contrib/postgres/aggregates/statistics.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status