appendix D Django ORM field reference

 

This appendix is a reference guide for Django’s built-in Database ORM fields. For a full reference, see the online documentation: https://docs.djangoproject.com/en/dev/ref/models/fields/.

D.1 Field options

Table D.1 contains the constructor arguments that can be used in all ORM field types.

D.2 Field types

D.3 Relationship field types

D.3.1 ForeignKey

D.3.2 ManyToManyField

D.3.3 OneToOneField