From b581ffe323d88b6740abfed0fd552cc436fd2dcc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Oct 2012 15:46:52 +0100 Subject: Docs tweaks --- docs/api-guide/fields.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/api-guide/fields.md') diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 56c84981..e9833a97 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -30,6 +30,8 @@ A generic field that can be tied to any arbitrary model field. The `ModelField` **Signature:** `ModelField(model_field=)` +--- + # Typed Fields 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`. -- cgit v1.2.3