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

Module Django::User

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

See https://docs.djangoproject.com/en/3.2/ref/contrib/auth/#user-model.

Import path

import semmle.python.frameworks.Django

Predicates

instance

Gets a reference to an instance of django.contrib.auth.models.User.

Classes

InstanceSource

A source of instances of django.contrib.auth.models.User, extend this class to model new instances.