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

Module Django::Forms

Provides models for django forms (defined in the django.forms module)

Import path

import semmle.python.frameworks.Django

Modules

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.

Form

Provides models for the django.forms.forms.BaseForm class and subclasses. This is usually used by the django.forms.forms.Form class, which is also available under the more commonly used alias django.forms.Form.