Constant Field Values

Contents

org.sonar.*

  • org.sonar.python.checks.django.DjangoModelFormFieldsCheck
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Set the fields of this form explicitly instead of using \"__all__\"."
    public static final String
    "Set the fields of this form explicitly instead of using \"exclude\"."
  • org.sonar.python.checks.django.DjangoModelStrMethodCheck
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Define a \"__str__\" method for this Django model."