Skip to content

Commit

Permalink
Merge pull request #2810 from seanbermejo/fix/add-decimal-128-field-t…
Browse files Browse the repository at this point in the history
…o-apireference

Add Decimal128Field to docs/apireference.rst
  • Loading branch information
bagerard authored Aug 16, 2024
2 parents 3ed605c + c4149c5 commit 12ac6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,4 @@ that much better:
* oleksandr-l5 (https://github.com/oleksandr-l5)
* Ido Shraga (https://github.com/idoshr)
* Terence Honles (https://github.com/terencehonles)
* Sean Bermejo (https://github.com/seanbermejo)
1 change: 1 addition & 0 deletions docs/apireference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Fields
.. autoclass:: mongoengine.fields.LongField
.. autoclass:: mongoengine.fields.FloatField
.. autoclass:: mongoengine.fields.DecimalField
.. autoclass:: mongoengine.fields.Decimal128Field
.. autoclass:: mongoengine.fields.BooleanField
.. autoclass:: mongoengine.fields.DateTimeField
.. autoclass:: mongoengine.fields.ComplexDateTimeField
Expand Down

0 comments on commit 12ac6d8

Please sign in to comment.