digraph name {
fontname = "Helvetica"
fontsize = 8
node [
fontname = "Helvetica"
fontsize = 8
shape = "plaintext"
]
edge [
fontname = "Helvetica"
fontsize = 8
]
Group [label=<
>]
Author -> Group
[label="groups"] [arrowhead=normal arrowtail=normal];
Permission [label=<
>]
Author -> Permission
[label="user_permissions"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Gbobject -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Gbobject -> gbNode
[label="node_ptr"] ;
Gbobject [label=<
>]
Gbobject -> Gbobject
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Gbobject [label=<
>]
Gbobject -> Gbobject
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Gbobject -> gbNodetype
[label="objecttypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Gbobject -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Gbobject -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Process -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Process -> gbNode
[label="node_ptr"] ;
Gbobject [label=<
>]
Process -> Gbobject
[label="gbobject_ptr"] ;
Gbobject [label=<
>]
Process -> Gbobject
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Gbobject [label=<
>]
Process -> Gbobject
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Process -> gbNodetype
[label="objecttypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Process -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Process -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
Processtype [label=<
>]
Process -> Processtype
[label="processtypes"] [arrowhead=normal arrowtail=normal];
Attribute [label=<
>]
Process -> Attribute
[label="priorstate_attribute_set"] [arrowhead=normal arrowtail=normal];
Relation [label=<
>]
Process -> Relation
[label="priorstate_relation_set"] [arrowhead=normal arrowtail=normal];
Attribute [label=<
>]
Process -> Attribute
[label="poststate_attribute_set"] [arrowhead=normal arrowtail=normal];
Relation [label=<
>]
Process -> Relation
[label="poststate_relation_set"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
System -> NID
[label="nid_ptr"] ;
Node [label=<
>]
System -> gbNode
[label="node_ptr"] ;
Gbobject [label=<
>]
System -> Gbobject
[label="gbobject_ptr"] ;
Gbobject [label=<
>]
System -> Gbobject
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Gbobject [label=<
>]
System -> Gbobject
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
System -> gbNodetype
[label="objecttypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
System -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
System -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
Systemtype [label=<
>]
System -> Systemtype
[label="systemtypes"] [arrowhead=normal arrowtail=normal];
Gbobject [label=<
>]
System -> Gbobject
[label="object_set"] [arrowhead=normal arrowtail=normal];
Relation [label=<
>]
System -> Relation
[label="relation_set"] [arrowhead=normal arrowtail=normal];
Attribute [label=<
>]
System -> Attribute
[label="attribute_set"] [arrowhead=normal arrowtail=normal];
Process [label=<
>]
System -> Process
[label="process_set"] [arrowhead=normal arrowtail=normal];
System [label=<
>]
System -> System
[label="system_set"] [arrowhead=normal arrowtail=normal];
Author [label=<
Author |
id |
AutoField |
username |
CharField |
first_name |
CharField |
last_name |
CharField |
email |
EmailField |
password |
CharField |
is_staff |
BooleanField |
is_active |
BooleanField |
is_superuser |
BooleanField |
last_login |
DateTimeField |
date_joined |
DateTimeField |
groups |
ManyToManyField |
user_permissions |
ManyToManyField |
>]
Gbobject [label=<
Gbobject |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
objecttypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
>]
Process [label=<
Process |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
gbobject_ptr |
OneToOneField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
objecttypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
processtypes |
ManyToManyField |
priorstate_attribute_set |
ManyToManyField |
priorstate_relation_set |
ManyToManyField |
poststate_attribute_set |
ManyToManyField |
poststate_relation_set |
ManyToManyField |
>]
System [label=<
System |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
gbobject_ptr |
OneToOneField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
objecttypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
systemtypes |
ManyToManyField |
object_set |
ManyToManyField |
relation_set |
ManyToManyField |
attribute_set |
ManyToManyField |
process_set |
ManyToManyField |
system_set |
ManyToManyField |
>]
Group [label=<
>]
Author -> Group
[label="groups"] [arrowhead=normal arrowtail=normal];
Permission [label=<
>]
Author -> Permission
[label="user_permissions"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
gbNode -> NID
[label="nid_ptr"] ;
NID [label=<
>]
gbEdge -> NID
[label="nid_ptr"] ;
NID [label=<
>]
Metatype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Metatype -> gbNode
[label="node_ptr"] ;
Metatype [label=<
>]
Metatype -> Metatype
[label="parent"] ;
NID [label=<
>]
Nodetype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Nodetype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Nodetype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Nodetype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Nodetype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Nodetype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Nodetype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Nodetype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Objecttype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Objecttype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Objecttype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Objecttype -> gbNodetype
[label="nodetype_ptr"] ;
Nodetype [label=<
>]
Objecttype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Objecttype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Objecttype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Objecttype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Objecttype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Edgetype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Edgetype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Edgetype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Edgetype -> gbNodetype
[label="nodetype_ptr"] ;
Nodetype [label=<
>]
Edgetype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Edgetype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Edgetype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Edgetype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Edgetype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Relationtype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Relationtype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Relationtype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Relationtype -> gbNodetype
[label="nodetype_ptr"] ;
Edgetype [label=<
>]
Relationtype -> gbEdgetype
[label="edgetype_ptr"] ;
NID [label=<
>]
Relationtype -> NID
[label="subjecttypeLeft"] ;
NID [label=<
>]
Relationtype -> NID
[label="subjecttypeRight"] ;
Nodetype [label=<
>]
Relationtype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Relationtype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Relationtype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Relationtype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Relationtype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Attributetype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Attributetype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Attributetype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Attributetype -> gbNodetype
[label="nodetype_ptr"] ;
Edgetype [label=<
>]
Attributetype -> gbEdgetype
[label="edgetype_ptr"] ;
NID [label=<
>]
Attributetype -> NID
[label="subjecttype"] ;
Nodetype [label=<
>]
Attributetype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Attributetype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Attributetype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Attributetype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Attributetype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
Attributetype [label=<
>]
Attributetype -> Attributetype
[label="validators"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Relation -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
Relation -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
Relation -> NID
[label="subject1"] ;
Relationtype [label=<
>]
Relation -> Relationtype
[label="relationtype"] ;
NID [label=<
>]
Relation -> NID
[label="subject2"] ;
NID [label=<
>]
Attribute -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
Attribute -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
Attribute -> NID
[label="subject"] ;
Attributetype [label=<
>]
Attribute -> Attributetype
[label="attributeType"] ;
NID [label=<
>]
AttributeCharfield -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
AttributeCharfield -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
AttributeCharfield -> NID
[label="subject"] ;
Attributetype [label=<
>]
AttributeCharfield -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
AttributeCharfield -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
AttributeTextField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
AttributeTextField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
AttributeTextField -> NID
[label="subject"] ;
Attributetype [label=<
>]
AttributeTextField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
AttributeTextField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
IntegerField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
IntegerField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
IntegerField -> NID
[label="subject"] ;
Attributetype [label=<
>]
IntegerField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
IntegerField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
CommaSeparatedIntegerField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
CommaSeparatedIntegerField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
CommaSeparatedIntegerField -> NID
[label="subject"] ;
Attributetype [label=<
>]
CommaSeparatedIntegerField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
CommaSeparatedIntegerField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
BigIntegerField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
BigIntegerField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
BigIntegerField -> NID
[label="subject"] ;
Attributetype [label=<
>]
BigIntegerField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
BigIntegerField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
PositiveIntegerField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
PositiveIntegerField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
PositiveIntegerField -> NID
[label="subject"] ;
Attributetype [label=<
>]
PositiveIntegerField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
PositiveIntegerField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
DecimalField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
DecimalField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
DecimalField -> NID
[label="subject"] ;
Attributetype [label=<
>]
DecimalField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
DecimalField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
FloatField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
FloatField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
FloatField -> NID
[label="subject"] ;
Attributetype [label=<
>]
FloatField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
FloatField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
BooleanField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
BooleanField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
BooleanField -> NID
[label="subject"] ;
Attributetype [label=<
>]
BooleanField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
BooleanField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
NullBooleanField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
NullBooleanField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
NullBooleanField -> NID
[label="subject"] ;
Attributetype [label=<
>]
NullBooleanField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
NullBooleanField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
DateField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
DateField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
DateField -> NID
[label="subject"] ;
Attributetype [label=<
>]
DateField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
DateField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
DateTimeField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
DateTimeField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
DateTimeField -> NID
[label="subject"] ;
Attributetype [label=<
>]
DateTimeField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
DateTimeField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
TimeField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
TimeField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
TimeField -> NID
[label="subject"] ;
Attributetype [label=<
>]
TimeField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
TimeField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
EmailField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
EmailField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
EmailField -> NID
[label="subject"] ;
Attributetype [label=<
>]
EmailField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
EmailField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
FileField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
FileField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
FileField -> NID
[label="subject"] ;
Attributetype [label=<
>]
FileField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
FileField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
FilePathField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
FilePathField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
FilePathField -> NID
[label="subject"] ;
Attributetype [label=<
>]
FilePathField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
FilePathField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
ImageField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
ImageField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
ImageField -> NID
[label="subject"] ;
Attributetype [label=<
>]
ImageField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
ImageField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
URLField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
URLField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
URLField -> NID
[label="subject"] ;
Attributetype [label=<
>]
URLField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
URLField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
IPAddressField -> NID
[label="nid_ptr"] ;
Edge [label=<
>]
IPAddressField -> gbEdge
[label="edge_ptr"] ;
NID [label=<
>]
IPAddressField -> NID
[label="subject"] ;
Attributetype [label=<
>]
IPAddressField -> Attributetype
[label="attributeType"] ;
Attribute [label=<
>]
IPAddressField -> Attribute
[label="attribute_ptr"] ;
NID [label=<
>]
Processtype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Processtype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Processtype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Processtype -> gbNodetype
[label="nodetype_ptr"] ;
Nodetype [label=<
>]
Processtype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Processtype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Processtype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Processtype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Processtype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
Attributetype [label=<
>]
Processtype -> Attributetype
[label="attributetype_set"] [arrowhead=normal arrowtail=normal];
Relationtype [label=<
>]
Processtype -> Relationtype
[label="relationtype_set"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Systemtype -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Systemtype -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Systemtype -> gbNodetype
[label="parent"] ;
Nodetype [label=<
>]
Systemtype -> gbNodetype
[label="nodetype_ptr"] ;
Nodetype [label=<
>]
Systemtype -> gbNodetype
[label="priornodes"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Systemtype -> gbNodetype
[label="posteriornodes"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Systemtype -> Metatype
[label="metatypes"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Systemtype -> User
[label="authors"] [arrowhead=normal arrowtail=normal];
Site [label=<
>]
Systemtype -> Site
[label="sites"] [arrowhead=normal arrowtail=normal];
Nodetype [label=<
>]
Systemtype -> gbNodetype
[label="nodetype_set"] [arrowhead=normal arrowtail=normal];
Relationtype [label=<
>]
Systemtype -> Relationtype
[label="relationtype_set"] [arrowhead=normal arrowtail=normal];
Attributetype [label=<
>]
Systemtype -> Attributetype
[label="attributetype_set"] [arrowhead=normal arrowtail=normal];
Metatype [label=<
>]
Systemtype -> Metatype
[label="metatype_set"] [arrowhead=normal arrowtail=normal];
Processtype [label=<
>]
Systemtype -> Processtype
[label="processtype_set"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
AttributeSpecification -> NID
[label="nid_ptr"] ;
Node [label=<
>]
AttributeSpecification -> gbNode
[label="node_ptr"] ;
Attributetype [label=<
>]
AttributeSpecification -> Attributetype
[label="attributetype"] ;
NID [label=<
>]
AttributeSpecification -> NID
[label="subjects"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
RelationSpecification -> NID
[label="nid_ptr"] ;
Node [label=<
>]
RelationSpecification -> gbNode
[label="node_ptr"] ;
Relationtype [label=<
>]
RelationSpecification -> Relationtype
[label="relationtype"] ;
NID [label=<
>]
RelationSpecification -> NID
[label="subjects"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
NodeSpecification -> NID
[label="nid_ptr"] ;
Node [label=<
>]
NodeSpecification -> gbNode
[label="node_ptr"] ;
Node [label=<
>]
NodeSpecification -> gbNode
[label="subject"] ;
Relation [label=<
>]
NodeSpecification -> Relation
[label="relations"] [arrowhead=normal arrowtail=normal];
Attribute [label=<
>]
NodeSpecification -> Attribute
[label="attributes"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Union -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Union -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Union -> gbNodetype
[label="nodetypes"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Complement -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Complement -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Complement -> gbNodetype
[label="nodetypes"] [arrowhead=normal arrowtail=normal];
NID [label=<
>]
Intersection -> NID
[label="nid_ptr"] ;
Node [label=<
>]
Intersection -> gbNode
[label="node_ptr"] ;
Nodetype [label=<
>]
Intersection -> gbNodetype
[label="nodetypes"] [arrowhead=normal arrowtail=normal];
Author [label=<
Author |
id |
AutoField |
username |
CharField |
first_name |
CharField |
last_name |
CharField |
email |
EmailField |
password |
CharField |
is_staff |
BooleanField |
is_active |
BooleanField |
is_superuser |
BooleanField |
last_login |
DateTimeField |
date_joined |
DateTimeField |
groups |
ManyToManyField |
user_permissions |
ManyToManyField |
>]
NID [label=<
NID |
id |
AutoField |
title |
CharField |
>]
Node [label=<
Node |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
>]
Edge [label=<
Edge |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
>]
Metatype [label=<
Metatype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
slug |
SlugField |
description |
TextField |
parent |
ForeignKey |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
>]
Nodetype [label=<
Nodetype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
>]
Objecttype [label=<
Objecttype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
nodetype_ptr |
OneToOneField |
lft |
PositiveIntegerField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
>]
Edgetype [label=<
Edgetype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
nodetype_ptr |
OneToOneField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
>]
Relationtype [label=<
Relationtype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
nodetype_ptr |
OneToOneField |
edgetype_ptr |
OneToOneField |
inverse |
CharField |
subjecttypeLeft |
ForeignKey |
applicablenodetypes1 |
CharField |
cardinalityLeft |
IntegerField |
subjecttypeRight |
ForeignKey |
applicablenodetypes2 |
CharField |
cardinalityRight |
IntegerField |
isSymmetrical |
NullBooleanField |
isReflexive |
NullBooleanField |
isTransitive |
NullBooleanField |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
>]
Attributetype [label=<
Attributetype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
nodetype_ptr |
OneToOneField |
edgetype_ptr |
OneToOneField |
subjecttype |
ForeignKey |
applicablenodetypes |
CharField |
dataType |
CharField |
verbose_name |
CharField |
null |
NullBooleanField |
blank |
NullBooleanField |
help_text |
CharField |
max_digits |
IntegerField |
decimal_places |
IntegerField |
auto_now |
NullBooleanField |
auto_now_add |
NullBooleanField |
upload_to |
CharField |
path |
CharField |
verify_exists |
NullBooleanField |
min_length |
IntegerField |
required |
NullBooleanField |
label |
CharField |
unique |
NullBooleanField |
default |
CharField |
editable |
NullBooleanField |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
validators |
ManyToManyField |
>]
Relation [label=<
Relation |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subject1Scope |
CharField |
subject1 |
ForeignKey |
relationTypeScope |
CharField |
relationtype |
ForeignKey |
objectScope |
CharField |
subject2 |
ForeignKey |
>]
Attribute [label=<
Attribute |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
>]
AttributeCharfield [label=<
AttributeCharfield |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
charfield |
CharField |
>]
AttributeTextField [label=<
AttributeTextField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
textfield |
TextField |
>]
IntegerField [label=<
IntegerField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
integerfield |
IntegerField |
>]
CommaSeparatedIntegerField [label=<
CommaSeparatedIntegerField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
commaseparatedintegerfield |
CommaSeparatedIntegerField |
>]
BigIntegerField [label=<
BigIntegerField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
bigintegerfield |
BigIntegerField |
>]
PositiveIntegerField [label=<
PositiveIntegerField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
positiveintegerfield |
PositiveIntegerField |
>]
DecimalField [label=<
DecimalField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
decimalfield |
DecimalField |
>]
FloatField [label=<
FloatField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
floatfield |
FloatField |
>]
BooleanField [label=<
BooleanField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
booleanfield |
BooleanField |
>]
NullBooleanField [label=<
NullBooleanField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
nullbooleanfield |
NullBooleanField |
>]
DateField [label=<
DateField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
datefield |
DateField |
>]
DateTimeField [label=<
DateTimeField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
DateTimeField |
DateTimeField |
>]
TimeField [label=<
TimeField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
TimeField |
TimeField |
>]
EmailField [label=<
EmailField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
charfield |
CharField |
>]
FileField [label=<
FileField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
filefield |
FileField |
>]
FilePathField [label=<
FilePathField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
filepathfield |
FilePathField |
>]
ImageField [label=<
ImageField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
imagefield |
ImageField |
>]
URLField [label=<
URLField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
urlfield |
URLField |
>]
IPAddressField [label=<
IPAddressField |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
edge_ptr |
OneToOneField |
subjectScope |
CharField |
subject |
ForeignKey |
attributeTypeScope |
CharField |
attributeType |
ForeignKey |
valueScope |
CharField |
svalue |
CharField |
attribute_ptr |
OneToOneField |
ipaddressfield |
IPAddressField |
>]
Processtype [label=<
Processtype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
nodetype_ptr |
OneToOneField |
lft |
PositiveIntegerField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
attributetype_set |
ManyToManyField |
relationtype_set |
ManyToManyField |
>]
Systemtype [label=<
Systemtype |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
content |
TextField |
parent |
ForeignKey |
image |
ImageField |
excerpt |
TextField |
tags |
TagField |
slug |
SlugField |
status |
IntegerField |
featured |
BooleanField |
comment_enabled |
BooleanField |
pingback_enabled |
BooleanField |
creation_date |
DateTimeField |
last_update |
DateTimeField |
start_publication |
DateTimeField |
end_publication |
DateTimeField |
login_required |
BooleanField |
password |
CharField |
template |
CharField |
lft |
PositiveIntegerField |
rght |
PositiveIntegerField |
tree_id |
PositiveIntegerField |
level |
PositiveIntegerField |
nodetype_ptr |
OneToOneField |
lft |
PositiveIntegerField |
priornodes |
ManyToManyField |
posteriornodes |
ManyToManyField |
metatypes |
ManyToManyField |
authors |
ManyToManyField |
sites |
ManyToManyField |
nodetype_set |
ManyToManyField |
relationtype_set |
ManyToManyField |
attributetype_set |
ManyToManyField |
metatype_set |
ManyToManyField |
processtype_set |
ManyToManyField |
>]
AttributeSpecification [label=<
AttributeSpecification |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
attributetype |
ForeignKey |
subjects |
ManyToManyField |
>]
RelationSpecification [label=<
RelationSpecification |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
relationtype |
ForeignKey |
subjects |
ManyToManyField |
>]
NodeSpecification [label=<
NodeSpecification |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
subject |
ForeignKey |
relations |
ManyToManyField |
attributes |
ManyToManyField |
>]
Union [label=<
Union |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
nodetypes |
ManyToManyField |
>]
Complement [label=<
Complement |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
nodetypes |
ManyToManyField |
>]
Intersection [label=<
Intersection |
id |
AutoField |
title |
CharField |
nid_ptr |
OneToOneField |
altnames |
TagField |
plural |
CharField |
rating_votes |
PositiveIntegerField |
rating_score |
IntegerField |
node_ptr |
OneToOneField |
nodetypes |
ManyToManyField |
>]
ContentType [label=<
>]
Permission -> ContentType
[label="content_type"] ;
Permission [label=<
>]
Group -> Permission
[label="permissions"] [arrowhead=normal arrowtail=normal];
Group [label=<
>]
User -> Group
[label="groups"] [arrowhead=normal arrowtail=normal];
Permission [label=<
>]
User -> Permission
[label="user_permissions"] [arrowhead=normal arrowtail=normal];
User [label=<
>]
Message -> User
[label="user"] ;
Permission [label=<
Permission |
id |
AutoField |
name |
CharField |
content_type |
ForeignKey |
codename |
CharField |
>]
Group [label=<
Group |
id |
AutoField |
name |
CharField |
permissions |
ManyToManyField |
>]
User [label=<
User |
id |
AutoField |
username |
CharField |
first_name |
CharField |
last_name |
CharField |
email |
EmailField |
password |
CharField |
is_staff |
BooleanField |
is_active |
BooleanField |
is_superuser |
BooleanField |
last_login |
DateTimeField |
date_joined |
DateTimeField |
groups |
ManyToManyField |
user_permissions |
ManyToManyField |
>]
Message [label=<
Message |
id |
AutoField |
user |
ForeignKey |
message |
TextField |
>]
User [label=<
>]
Revision -> User
[label="user"] ;
Revision [label=<
>]
Version -> Revision
[label="revision"] ;
ContentType [label=<
>]
Version -> ContentType
[label="content_type"] ;
Revision [label=<
Revision |
id |
AutoField |
manager_slug |
CharField |
date_created |
DateTimeField |
user |
ForeignKey |
comment |
TextField |
>]
Version [label=<
Version |
id |
AutoField |
revision |
ForeignKey |
object_id |
TextField |
object_id_int |
IntegerField |
content_type |
ForeignKey |
format |
CharField |
serialized_data |
TextField |
object_repr |
TextField |
type |
PositiveSmallIntegerField |
>]
}