django/django

View on GitHub
django/contrib/postgres/operations.py

Summary

Maintainability
A
2 hrs
Test Coverage

File operations.py has 259 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from django.contrib.postgres.signals import (
    get_citext_oids,
    get_hstore_oids,
    register_type_handlers,
)
Severity: Minor
Found in django/contrib/postgres/operations.py - About 2 hrs to fix

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

        def __init__(self, name, locale, *, provider="libc", deterministic=True):
    Severity: Minor
    Found in django/contrib/postgres/operations.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status