diff options
| author | Stephan Groß | 2013-04-15 12:40:18 +0200 |
|---|---|---|
| committer | Stephan Groß | 2013-04-15 12:40:18 +0200 |
| commit | 1b5382c146c1de902cc83b11a66a5f9909149691 (patch) | |
| tree | f3bd9a456294464a2d6c82606a46b71138d80af8 /docs/api-guide/fields.md | |
| parent | 5b56639e7a26ba31ffe472b69408c427346df85b (diff) | |
| download | django-rest-framework-1b5382c146c1de902cc83b11a66a5f9909149691.tar.bz2 | |
Add DecimalField support
Diffstat (limited to 'docs/api-guide/fields.md')
| -rw-r--r-- | docs/api-guide/fields.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 42f89f46..e117c370 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -248,6 +248,12 @@ A floating point representation. Corresponds to `django.db.models.fields.FloatField`. +## DecimalField + +A decimal representation. + +Corresponds to `django.db.models.fields.DecimalField`. + ## FileField A file representation. Performs Django's standard FileField validation. |
