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
## FloatField
---
# 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`.