Add documentation for Order.meta_info

This commit is contained in:
Raphael Michel
2016-11-13 16:06:54 +01:00
parent f580f1fce5
commit d653ea5256
2 changed files with 3 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ class Order(LoggedModel):
:type total: decimal.Decimal
:param comment: An internal comment that will only be visible to staff, and never displayed to the user
:type comment: str
:param meta_info: Additional meta information on the order, JSON-encoded.
:type meta_info: str
"""
STATUS_PENDING = "n"