We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents addce06 + 31034e1 commit 1717af1Copy full SHA for 1717af1
django_elasticsearch_dsl/documents.py
@@ -28,6 +28,7 @@
28
models.CharField: TextField,
29
models.DateField: DateField,
30
models.DateTimeField: DateField,
31
+ models.DecimalField: DoubleField,
32
models.EmailField: TextField,
33
models.FileField: FileField,
34
models.FilePathField: KeywordField,
0 commit comments