CodeQL library for Python
codeql/python-all 0.11.12 (changelog, source)
Search

Module Django::Forms::Field

Provides models for the django.forms.fields.Field class and subclasses. This is also available under the more commonly used alias django.forms.Field.

See https://docs.djangoproject.com/en/3.1/ref/forms/fields/

Import path

import semmle.python.frameworks.Django

Predicates

subclassRef

Gets a reference to the django.forms.fields.Field class or any subclass.

Classes

ModeledSubclass

An API::Node representing the django.forms.fields.Field class or any subclass that has explicitly been modeled in the CodeQL libraries.