forked from CGM_Public/pretix_original
Add documentation for Order.meta_info
This commit is contained in:
@@ -29,7 +29,7 @@ Frontend
|
|||||||
|
|
||||||
|
|
||||||
.. automodule:: pretix.presale.signals
|
.. automodule:: pretix.presale.signals
|
||||||
:members: order_info
|
:members: order_info, order_meta_from_request
|
||||||
|
|
||||||
Request flow
|
Request flow
|
||||||
""""""""""""
|
""""""""""""
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ class Order(LoggedModel):
|
|||||||
:type total: decimal.Decimal
|
:type total: decimal.Decimal
|
||||||
:param comment: An internal comment that will only be visible to staff, and never displayed to the user
|
:param comment: An internal comment that will only be visible to staff, and never displayed to the user
|
||||||
:type comment: str
|
:type comment: str
|
||||||
|
:param meta_info: Additional meta information on the order, JSON-encoded.
|
||||||
|
:type meta_info: str
|
||||||
"""
|
"""
|
||||||
|
|
||||||
STATUS_PENDING = "n"
|
STATUS_PENDING = "n"
|
||||||
|
|||||||
Reference in New Issue
Block a user