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

Module Django

INTERNAL: Do not use.

Provides models for the django PyPI package. See https://www.djangoproject.com/.

Import path

import semmle.python.frameworks.Django

Modules

Forms

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

MultiValueDict

Provides models for the django.utils.datastructures.MultiValueDict class

ResolverMatch

Provides models for the django.urls.ResolverMatch class

UploadedFile

Provides models for the django.core.files.uploadedfile.UploadedFile class

User

Provides models for the django.contrib.auth.models.User class

Views

Provides models for the django.views module