Please enable JavaScript.
Coggle requires JavaScript to display documents.
OTHERS ORM - Coggle Diagram
OTHERS ORM
EXPRESSION
Wrappers
Import
DB
Models
Args
Expression
F(price)*0.8
output_field
FieldObject
Annotate
Kwarg
Expression
Object
GENERIC
Relationship
Querying
Import
Contrib
ContentTypes
Models
ContentType
Set
content_type
get_for_model
ModelName
Using
Filter
Kwargs
content_type
object_id
DB-FUNC
Call
Import
DB
Models
Func
Arg
Values
Kwarg
Function
Name
Concat
Annotate
Kwarg
MANAGERS
Custom
Model
Create
ModelManager
Inherit
models
Manager
get_tags_for
Args
obj_type
obj_id
content_type
get_for_model
Type
Return
select_related
filter
content_type
object_id
Modify
objects
Add
ModelManager
View
Use
objects
get_tags_for
RAW
SQL
Query
Model
objects
raw
Limited
Connection
Import
DB
Cursor
With
Use
Execute
Callproc
Name
ArgList
CACHE
Queryset
Evaluate
Once
List
Multiple
Slicing
TRANSACTIONS
Import
DB
Transaction
Use
Transaction
Atomic
Wrapper
With