Skip to content

Commit 12ac6d8

Browse files
authored
Merge pull request #2810 from seanbermejo/fix/add-decimal-128-field-to-apireference
Add Decimal128Field to docs/apireference.rst
2 parents 3ed605c + c4149c5 commit 12ac6d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,4 @@ that much better:
264264
* oleksandr-l5 (https://github.com/oleksandr-l5)
265265
* Ido Shraga (https://github.com/idoshr)
266266
* Terence Honles (https://github.com/terencehonles)
267+
* Sean Bermejo (https://github.com/seanbermejo)

docs/apireference.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Fields
8080
.. autoclass:: mongoengine.fields.LongField
8181
.. autoclass:: mongoengine.fields.FloatField
8282
.. autoclass:: mongoengine.fields.DecimalField
83+
.. autoclass:: mongoengine.fields.Decimal128Field
8384
.. autoclass:: mongoengine.fields.BooleanField
8485
.. autoclass:: mongoengine.fields.DateTimeField
8586
.. autoclass:: mongoengine.fields.ComplexDateTimeField

0 commit comments

Comments
 (0)