django/django

View on GitHub
django/db/backends/mysql/features.py

Summary

Maintainability
B
6 hrs
Test Coverage

DatabaseFeatures has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class DatabaseFeatures(BaseDatabaseFeatures):
    empty_fetchmany_value = ()
    related_fields_match_type = True
    # MySQL doesn't support sliced subqueries with IN/ALL/ANY/SOME.
    allow_sliced_subqueries_with_in = False
Severity: Minor
Found in django/db/backends/mysql/features.py - About 3 hrs to fix

    File features.py has 281 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import operator
    
    from django.db.backends.base.features import BaseDatabaseFeatures
    from django.utils.functional import cached_property
    
    
    Severity: Minor
    Found in django/db/backends/mysql/features.py - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status