Module PrivateDjango::DjangoImpl::DB::Models::Model
Provides models for the django.db.models.Model
class and subclasses.
See https://docs.djangoproject.com/en/3.1/topics/db/models/.
Import path
import semmle.python.frameworks.Django
Predicates
instance | Gets a reference to an instance of |
subclassRef | Gets a reference to the |
Classes
InstanceSource | A source of instances of |
QuerySetMethodInstanceCollection | A method call on a query-set or manager that returns a collection containing instances of a django model. |
QuerySetMethodInstanceDictValue | A method call on a query-set or manager that returns a dictionary containing instances of a django models as the values. |