These fields represent basic datatypes, and support both reading and writing values.
These fields represent basic datatypes, and support both reading and writing values.
...
@@ -48,6 +50,8 @@ These fields represent basic datatypes, and support both reading and writing val
...
@@ -48,6 +50,8 @@ These fields represent basic datatypes, and support both reading and writing val
## FloatField
## FloatField
---
# Relational Fields
# Relational Fields
Relational fields are used to represent model relationships. They can be applied to `ForeignKey`, `ManyToManyField` and `OneToOneField` relationships, as well as to reverse relationships, and custom relationships such as `GenericForeignKey`.
Relational fields are used to represent model relationships. They can be applied to `ForeignKey`, `ManyToManyField` and `OneToOneField` relationships, as well as to reverse relationships, and custom relationships such as `GenericForeignKey`.