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

Module PrivateDjango :: DjangoImpl

Provides models for the django module.

Import path

import semmle.python.frameworks.Django

Predicates

conf

Gets a reference to the django.conf module.

db

Gets a reference to the django.db module.

http

Gets a reference to the django.http module.

shortcuts

Gets a reference to the django.shortcuts module.

urls

Gets a reference to the django.urls module.

Modules

Conf

Provides models for the django.conf module

DB

Provides models for the django.db module.

DjangoHttp

Provides models for the django.http module

Shortcuts

Provides models for the django.shortcuts module

Urls

Provides models for the django.urls module

Aliases

conf

DEPRECATED: Alias for Conf

db

DEPRECATED: Alias for DB

http

DEPRECATED: Alias for DjangoHttp

shortcuts

DEPRECATED: Alias for Shortcuts

urls

DEPRECATED: Alias for Urls