Skip to content

Instantly share code, notes, and snippets.

@PirosB3
Created August 22, 2014 11:06
Show Gist options
  • Save PirosB3/6f5facc601a15707de1b to your computer and use it in GitHub Desktop.
Save PirosB3/6f5facc601a15707de1b to your computer and use it in GitHub Desktop.

Data fields

DB entry: 0 - N entries

Cardinality: 0 - 1 Examples:

  • CharField, IntegerField, TextField
  • ForeignKey, OneToOneField, GenericForeignKey
  • MongoArrayField

Related Objects

DB entry: 0 entries

Cardinality: 1 - N Examples:

  • RelatedObject, GenericRelation
  • MongoRelatedObject

Many to many fields

DB entry: 0 entries

Cardinality: N - N Examples:

  • ManyToManyField
  • MongoManyToManyField
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment