Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 26.18 KB | None | 0 0
  1. <class 'indico.modules.events.registration.forms.RegistrationFormForm'>
  2. Meta   
  3. <class indico.web.forms.base.Meta at 0x7f61df222ce8>
  4. __class__  
  5. <class 'indico.web.forms.base.IndicoFormMeta'>
  6. __contains__   
  7. <unbound method RegistrationFormForm.__contains__>
  8. __delattr__
  9. <unbound method RegistrationFormForm.__delattr__>
  10. __delitem__
  11. <unbound method RegistrationFormForm.__delitem__>
  12. __dict__   
  13. dict_proxy({'_wtforms_meta': None, '__module__': 'indico.modules.events.registration.forms', 'manager_notification_recipients': <UnboundField(EmailListField, (lu'List of recipients', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5aa7d0>, <wtforms.validators.DataRequired object at 0x7f61ba5aa810>]), {'description': lu'Email addresses that will receive notifications'})>, 'limit_registrations': <UnboundField(BooleanField, (lu'Limit registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2850>, 'description': lu'Whether there is a limit of registrations'})>, 'contact_info': <UnboundField(StringField, (lu'Contact info',), {'description': lu'How registrants can get in touch with somebody for extra information'})>, '_unbound_fields': None, 'require_login': <UnboundField(BooleanField, (lu'Only logged-in users',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a25d0>, 'description': lu'Users must be logged in to register'})>, 'publish_registration_count': <UnboundField(BooleanField, (lu'Publish number of registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2d90>, 'description': lu'Number of registered participants will be displayed in the event page'})>, 'message_pending': <UnboundField(TextAreaField, (lu'Message for pending registrations',), {'description': lu'Text included in emails sent to pending registrations'})>, 'currency': <UnboundField(SelectField, (lu'Currency', [<wtforms.validators.DataRequired object at 0x7f61ba5aa1d0>]), {'description': lu'The currency for new registrations'})>, 'message_complete': <UnboundField(TextAreaField, (lu'Message for complete registrations',), {'description': lu'Text included in emails sent to complete registrations'})>, '_registrant_notification_fields': (u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete'), 'message_unpaid': <UnboundField(TextAreaField, (lu'Message for unpaid registrations',), {'description': lu'Text included in emails sent to unpaid registrations'})>, '__init__': <function __init__ at 0x7f61ba614b90>, 'require_user': <UnboundField(BooleanField, (lu'Registrant must have account',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2710>, 'description': lu'Registrations emails must be associated with an Indico account'})>, 'publish_registrations_enabled': <UnboundField(BooleanField, (lu'Publish registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2c50>, 'description': lu'Registrations from this form will be displayed in the event page'})>, 'manager_notifications_enabled': <UnboundField(BooleanField, (lu'Enabled',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5aa690>, 'description': lu'Enable notifications to managers about registrations'})>, '_price_fields': (u'currency', u'base_price'), 'introduction': <UnboundField(TextAreaField, (lu'Introduction',), {'description': lu'Introduction to be displayed when filling out the registration form'})>, 'title': <UnboundField(StringField, (lu'Title', [<wtforms.validators.DataRequired object at 0x7f61ba5a2190>]), {'description': lu'The title of the registration form'})>, '_manager_notification_fields': (u'manager_notifications_enabled', u'manager_notification_recipients'), '__doc__': None, 'moderation_enabled': <UnboundField(BooleanField, (lu'Moderated',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2490>, 'description': lu'If enabled, registrations require manager approval'})>, 'modification_mode': <UnboundField(IndicoEnumSelectField, (lu'Modification allowed',), {'enum': <enum 'ModificationMode'>, 'description': lu'Will users be able to modify their data? When?'})>, 'notification_sender_address': <UnboundField(StringField, (lu'Notification sender address', [<indico.web.forms.validators.IndicoEmail object at 0x7f61ba5aa2d0>]), {'filters': [<function <lambda> at 0x7f61ba614b18>]})>, '_special_fields': (u'currency', u'base_price', u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete', u'manager_notifications_enabled', u'manager_notification_recipients'), 'publish_checkin_enabled': <UnboundField(BooleanField, (lu'Publish check-in status',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2ed0>, 'description': lu'Check-in status will be shown publicly on the event page'})>, 'registration_limit': <UnboundField(IntegerField, (lu'Capacity', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5a2990>, <wtforms.validators.DataRequired object at 0x7f61ba5a29d0>, <wtforms.validators.NumberRange object at 0x7f61ba5a2a10>]), {'description': lu'Maximum number of registrations'})>, '_set_currencies': <function _set_currencies at 0x7f61ba614c08>, 'base_price': <UnboundField(DecimalField, (lu'Registration fee', [<wtforms.validators.NumberRange object at 0x7f61ba5aa050>, <wtforms.validators.Optional object at 0x7f61ba5aa090>, <function _check_if_payment_required at 0x7f61ba6148c0>]), {'widget': <wtforms.widgets.html5.NumberInput object at 0x7f61ba5aa0d0>, 'description': lu'A fixed fee all users have to pay when registering.', 'filters': [<function <lambda> at 0x7f61ba614aa0>]})>})
  14. __doc__
  15. None
  16. __format__ 
  17. <method '__format__' of 'object' objects>
  18. __getattribute__   
  19. <slot wrapper '__getattribute__' of 'object' objects>
  20. __getitem__
  21. <unbound method RegistrationFormForm.__getitem__>
  22. __hash__   
  23. <slot wrapper '__hash__' of 'object' objects>
  24. __init__   
  25. <unbound method RegistrationFormForm.__init__>
  26. __iter__   
  27. <unbound method RegistrationFormForm.__iter__>
  28. __metaclass__  
  29. <class 'indico.web.forms.base.IndicoFormMeta'>
  30. __module__ 
  31. 'indico.modules.events.registration.forms'
  32. __new__
  33. <built-in method __new__ of type object at 0x7f61f0d58c60>
  34. __reduce__ 
  35. <method '__reduce__' of 'object' objects>
  36. __reduce_ex__  
  37. <method '__reduce_ex__' of 'object' objects>
  38. __repr__   
  39. <slot wrapper '__repr__' of 'object' objects>
  40. __setattr__
  41. <slot wrapper '__setattr__' of 'object' objects>
  42. __setitem__
  43. <unbound method RegistrationFormForm.__setitem__>
  44. __sizeof__ 
  45. <method '__sizeof__' of 'object' objects>
  46. __str__
  47. <slot wrapper '__str__' of 'object' objects>
  48. __subclasshook__   
  49. <built-in method __subclasshook__ of IndicoFormMeta object at 0x7f61e3357270>
  50. __weakref__
  51. <attribute '__weakref__' of 'BaseForm' objects>
  52. _get_translations  
  53. <unbound method RegistrationFormForm._get_translations>
  54. _manager_notification_fields   
  55. (u'manager_notifications_enabled', u'manager_notification_recipients')
  56. _price_fields  
  57. (u'currency', u'base_price')
  58. _registrant_notification_fields
  59. (u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete')
  60. _set_currencies
  61. <unbound method RegistrationFormForm._set_currencies>
  62. _special_fields
  63. (u'currency', u'base_price', u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete', u'manager_notifications_enabled', u'manager_notification_recipients')
  64. _unbound_fields
  65. None
  66. _wtforms_meta  
  67. None
  68. base_price 
  69. <UnboundField(DecimalField, (lu'Registration fee', [<wtforms.validators.NumberRange object at 0x7f61ba5aa050>, <wtforms.validators.Optional object at 0x7f61ba5aa090>, <function _check_if_payment_required at 0x7f61ba6148c0>]), {'widget': <wtforms.widgets.html5.NumberInput object at 0x7f61ba5aa0d0>, 'description': lu'A fixed fee all users have to pay when registering.', 'filters': [<function <lambda> at 0x7f61ba614aa0>]})>
  70. contact_info   
  71. <UnboundField(StringField, (lu'Contact info',), {'description': lu'How registrants can get in touch with somebody for extra information'})>
  72. currency   
  73. <UnboundField(SelectField, (lu'Currency', [<wtforms.validators.DataRequired object at 0x7f61ba5aa1d0>]), {'description': lu'The currency for new registrations'})>
  74. data   
  75. <property object at 0x7f61defac5d0>
  76. error_list 
  77. <property object at 0x7f61defac520>
  78. errors 
  79. <property object at 0x7f61e461f470>
  80. generated_data 
  81. <property object at 0x7f61defac578>
  82. hidden_tag 
  83. <unbound method RegistrationFormForm.hidden_tag>
  84. introduction   
  85. <UnboundField(TextAreaField, (lu'Introduction',), {'description': lu'Introduction to be displayed when filling out the registration form'})>
  86. is_submitted   
  87. <unbound method RegistrationFormForm.is_submitted>
  88. limit_registrations
  89. <UnboundField(BooleanField, (lu'Limit registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2850>, 'description': lu'Whether there is a limit of registrations'})>
  90. manager_notification_recipients
  91. <UnboundField(EmailListField, (lu'List of recipients', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5aa7d0>, <wtforms.validators.DataRequired object at 0x7f61ba5aa810>]), {'description': lu'Email addresses that will receive notifications'})>
  92. manager_notifications_enabled  
  93. <UnboundField(BooleanField, (lu'Enabled',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5aa690>, 'description': lu'Enable notifications to managers about registrations'})>
  94. message_complete   
  95. <UnboundField(TextAreaField, (lu'Message for complete registrations',), {'description': lu'Text included in emails sent to complete registrations'})>
  96. message_pending
  97. <UnboundField(TextAreaField, (lu'Message for pending registrations',), {'description': lu'Text included in emails sent to pending registrations'})>
  98. message_unpaid 
  99. <UnboundField(TextAreaField, (lu'Message for unpaid registrations',), {'description': lu'Text included in emails sent to unpaid registrations'})>
  100. moderation_enabled 
  101. <UnboundField(BooleanField, (lu'Moderated',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2490>, 'description': lu'If enabled, registrations require manager approval'})>
  102. modification_mode  
  103. <UnboundField(IndicoEnumSelectField, (lu'Modification allowed',), {'enum': <enum 'ModificationMode'>, 'description': lu'Will users be able to modify their data? When?'})>
  104. notification_sender_address
  105. <UnboundField(StringField, (lu'Notification sender address', [<indico.web.forms.validators.IndicoEmail object at 0x7f61ba5aa2d0>]), {'filters': [<function <lambda> at 0x7f61ba614b18>]})>
  106. populate_obj   
  107. <unbound method RegistrationFormForm.populate_obj>
  108. post_validate  
  109. <unbound method RegistrationFormForm.post_validate>
  110. process
  111. <unbound method RegistrationFormForm.process>
  112. process_ajax   
  113. <unbound method RegistrationFormForm.process_ajax>
  114. publish_checkin_enabled
  115. <UnboundField(BooleanField, (lu'Publish check-in status',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2ed0>, 'description': lu'Check-in status will be shown publicly on the event page'})>
  116. publish_registration_count 
  117. <UnboundField(BooleanField, (lu'Publish number of registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2d90>, 'description': lu'Number of registered participants will be displayed in the event page'})>
  118. publish_registrations_enabled  
  119. <UnboundField(BooleanField, (lu'Publish registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2c50>, 'description': lu'Registrations from this form will be displayed in the event page'})>
  120. registration_limit 
  121. <UnboundField(IntegerField, (lu'Capacity', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5a2990>, <wtforms.validators.DataRequired object at 0x7f61ba5a29d0>, <wtforms.validators.NumberRange object at 0x7f61ba5a2a10>]), {'description': lu'Maximum number of registrations'})>
  122. require_login  
  123. <UnboundField(BooleanField, (lu'Only logged-in users',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a25d0>, 'description': lu'Users must be logged in to register'})>
  124. require_user   
  125. <UnboundField(BooleanField, (lu'Registrant must have account',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2710>, 'description': lu'Registrations emails must be associated with an Indico account'})>
  126. title  
  127. <UnboundField(StringField, (lu'Title', [<wtforms.validators.DataRequired object at 0x7f61ba5a2190>]), {'description': lu'The title of the registration form'})>
  128. validate   
  129. <unbound method RegistrationFormForm.validate>
  130. validate_on_submit 
  131. <unbound method RegistrationFormForm.validate_on_submit>
  132. visible_fields 
  133. <property object at 0x7f61defac4c8>
  134. >>> dump(form. _wtforms_meta)
  135. Details for NoneType object at 0x7f61f0d50dc0
  136. None
  137. __class__  
  138. <type 'NoneType'>
  139. __delattr__
  140. <method-wrapper '__delattr__' of NoneType object at 0x7f61f0d50dc0>
  141. __doc__
  142. None
  143. __format__ 
  144. <built-in method __format__ of NoneType object at 0x7f61f0d50dc0>
  145. __getattribute__   
  146. <method-wrapper '__getattribute__' of NoneType object at 0x7f61f0d50dc0>
  147. __hash__   
  148. <method-wrapper '__hash__' of NoneType object at 0x7f61f0d50dc0>
  149. __init__   
  150. <method-wrapper '__init__' of NoneType object at 0x7f61f0d50dc0>
  151. __new__
  152. <built-in method __new__ of type object at 0x7f61f0d58c60>
  153. __reduce__ 
  154. <built-in method __reduce__ of NoneType object at 0x7f61f0d50dc0>
  155. __reduce_ex__  
  156. <built-in method __reduce_ex__ of NoneType object at 0x7f61f0d50dc0>
  157. __repr__   
  158. <method-wrapper '__repr__' of NoneType object at 0x7f61f0d50dc0>
  159. __setattr__
  160. <method-wrapper '__setattr__' of NoneType object at 0x7f61f0d50dc0>
  161. __sizeof__ 
  162. <built-in method __sizeof__ of NoneType object at 0x7f61f0d50dc0>
  163. __str__
  164. <method-wrapper '__str__' of NoneType object at 0x7f61f0d50dc0>
  165. __subclasshook__   
  166. <built-in method __subclasshook__ of type object at 0x7f61f0d50c20>
  167. >>> dump(form)
  168. Details for indico.web.forms.base.IndicoFormMeta object at 0x7f61e3357270
  169. <class 'indico.modules.events.registration.forms.RegistrationFormForm'>
  170. Meta   
  171. <class indico.web.forms.base.Meta at 0x7f61df222ce8>
  172. __class__  
  173. <class 'indico.web.forms.base.IndicoFormMeta'>
  174. __contains__   
  175. <unbound method RegistrationFormForm.__contains__>
  176. __delattr__
  177. <unbound method RegistrationFormForm.__delattr__>
  178. __delitem__
  179. <unbound method RegistrationFormForm.__delitem__>
  180. __dict__   
  181. dict_proxy({'_wtforms_meta': None, '__module__': 'indico.modules.events.registration.forms', 'manager_notification_recipients': <UnboundField(EmailListField, (lu'List of recipients', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5aa7d0>, <wtforms.validators.DataRequired object at 0x7f61ba5aa810>]), {'description': lu'Email addresses that will receive notifications'})>, 'limit_registrations': <UnboundField(BooleanField, (lu'Limit registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2850>, 'description': lu'Whether there is a limit of registrations'})>, 'contact_info': <UnboundField(StringField, (lu'Contact info',), {'description': lu'How registrants can get in touch with somebody for extra information'})>, '_unbound_fields': None, 'require_login': <UnboundField(BooleanField, (lu'Only logged-in users',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a25d0>, 'description': lu'Users must be logged in to register'})>, 'publish_registration_count': <UnboundField(BooleanField, (lu'Publish number of registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2d90>, 'description': lu'Number of registered participants will be displayed in the event page'})>, 'message_pending': <UnboundField(TextAreaField, (lu'Message for pending registrations',), {'description': lu'Text included in emails sent to pending registrations'})>, 'currency': <UnboundField(SelectField, (lu'Currency', [<wtforms.validators.DataRequired object at 0x7f61ba5aa1d0>]), {'description': lu'The currency for new registrations'})>, 'message_complete': <UnboundField(TextAreaField, (lu'Message for complete registrations',), {'description': lu'Text included in emails sent to complete registrations'})>, '_registrant_notification_fields': (u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete'), 'message_unpaid': <UnboundField(TextAreaField, (lu'Message for unpaid registrations',), {'description': lu'Text included in emails sent to unpaid registrations'})>, '__init__': <function __init__ at 0x7f61ba614b90>, 'require_user': <UnboundField(BooleanField, (lu'Registrant must have account',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2710>, 'description': lu'Registrations emails must be associated with an Indico account'})>, 'publish_registrations_enabled': <UnboundField(BooleanField, (lu'Publish registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2c50>, 'description': lu'Registrations from this form will be displayed in the event page'})>, 'manager_notifications_enabled': <UnboundField(BooleanField, (lu'Enabled',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5aa690>, 'description': lu'Enable notifications to managers about registrations'})>, '_price_fields': (u'currency', u'base_price'), 'introduction': <UnboundField(TextAreaField, (lu'Introduction',), {'description': lu'Introduction to be displayed when filling out the registration form'})>, 'title': <UnboundField(StringField, (lu'Title', [<wtforms.validators.DataRequired object at 0x7f61ba5a2190>]), {'description': lu'The title of the registration form'})>, '_manager_notification_fields': (u'manager_notifications_enabled', u'manager_notification_recipients'), '__doc__': None, 'moderation_enabled': <UnboundField(BooleanField, (lu'Moderated',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2490>, 'description': lu'If enabled, registrations require manager approval'})>, 'modification_mode': <UnboundField(IndicoEnumSelectField, (lu'Modification allowed',), {'enum': <enum 'ModificationMode'>, 'description': lu'Will users be able to modify their data? When?'})>, 'notification_sender_address': <UnboundField(StringField, (lu'Notification sender address', [<indico.web.forms.validators.IndicoEmail object at 0x7f61ba5aa2d0>]), {'filters': [<function <lambda> at 0x7f61ba614b18>]})>, '_special_fields': (u'currency', u'base_price', u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete', u'manager_notifications_enabled', u'manager_notification_recipients'), 'publish_checkin_enabled': <UnboundField(BooleanField, (lu'Publish check-in status',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2ed0>, 'description': lu'Check-in status will be shown publicly on the event page'})>, 'registration_limit': <UnboundField(IntegerField, (lu'Capacity', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5a2990>, <wtforms.validators.DataRequired object at 0x7f61ba5a29d0>, <wtforms.validators.NumberRange object at 0x7f61ba5a2a10>]), {'description': lu'Maximum number of registrations'})>, '_set_currencies': <function _set_currencies at 0x7f61ba614c08>, 'base_price': <UnboundField(DecimalField, (lu'Registration fee', [<wtforms.validators.NumberRange object at 0x7f61ba5aa050>, <wtforms.validators.Optional object at 0x7f61ba5aa090>, <function _check_if_payment_required at 0x7f61ba6148c0>]), {'widget': <wtforms.widgets.html5.NumberInput object at 0x7f61ba5aa0d0>, 'description': lu'A fixed fee all users have to pay when registering.', 'filters': [<function <lambda> at 0x7f61ba614aa0>]})>})
  182. __doc__
  183. None
  184. __format__ 
  185. <method '__format__' of 'object' objects>
  186. __getattribute__   
  187. <slot wrapper '__getattribute__' of 'object' objects>
  188. __getitem__
  189. <unbound method RegistrationFormForm.__getitem__>
  190. __hash__   
  191. <slot wrapper '__hash__' of 'object' objects>
  192. __init__   
  193. <unbound method RegistrationFormForm.__init__>
  194. __iter__   
  195. <unbound method RegistrationFormForm.__iter__>
  196. __metaclass__  
  197. <class 'indico.web.forms.base.IndicoFormMeta'>
  198. __module__ 
  199. 'indico.modules.events.registration.forms'
  200. __new__
  201. <built-in method __new__ of type object at 0x7f61f0d58c60>
  202. __reduce__ 
  203. <method '__reduce__' of 'object' objects>
  204. __reduce_ex__  
  205. <method '__reduce_ex__' of 'object' objects>
  206. __repr__   
  207. <slot wrapper '__repr__' of 'object' objects>
  208. __setattr__
  209. <slot wrapper '__setattr__' of 'object' objects>
  210. __setitem__
  211. <unbound method RegistrationFormForm.__setitem__>
  212. __sizeof__ 
  213. <method '__sizeof__' of 'object' objects>
  214. __str__
  215. <slot wrapper '__str__' of 'object' objects>
  216. __subclasshook__   
  217. <built-in method __subclasshook__ of IndicoFormMeta object at 0x7f61e3357270>
  218. __weakref__
  219. <attribute '__weakref__' of 'BaseForm' objects>
  220. _get_translations  
  221. <unbound method RegistrationFormForm._get_translations>
  222. _manager_notification_fields   
  223. (u'manager_notifications_enabled', u'manager_notification_recipients')
  224. _price_fields  
  225. (u'currency', u'base_price')
  226. _registrant_notification_fields
  227. (u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete')
  228. _set_currencies
  229. <unbound method RegistrationFormForm._set_currencies>
  230. _special_fields
  231. (u'currency', u'base_price', u'notification_sender_address', u'message_pending', u'message_unpaid', u'message_complete', u'manager_notifications_enabled', u'manager_notification_recipients')
  232. _unbound_fields
  233. None
  234. _wtforms_meta  
  235. None
  236. base_price 
  237. <UnboundField(DecimalField, (lu'Registration fee', [<wtforms.validators.NumberRange object at 0x7f61ba5aa050>, <wtforms.validators.Optional object at 0x7f61ba5aa090>, <function _check_if_payment_required at 0x7f61ba6148c0>]), {'widget': <wtforms.widgets.html5.NumberInput object at 0x7f61ba5aa0d0>, 'description': lu'A fixed fee all users have to pay when registering.', 'filters': [<function <lambda> at 0x7f61ba614aa0>]})>
  238. contact_info   
  239. <UnboundField(StringField, (lu'Contact info',), {'description': lu'How registrants can get in touch with somebody for extra information'})>
  240. currency   
  241. <UnboundField(SelectField, (lu'Currency', [<wtforms.validators.DataRequired object at 0x7f61ba5aa1d0>]), {'description': lu'The currency for new registrations'})>
  242. data   
  243. <property object at 0x7f61defac5d0>
  244. error_list 
  245. <property object at 0x7f61defac520>
  246. errors 
  247. <property object at 0x7f61e461f470>
  248. generated_data 
  249. <property object at 0x7f61defac578>
  250. hidden_tag 
  251. <unbound method RegistrationFormForm.hidden_tag>
  252. introduction   
  253. <UnboundField(TextAreaField, (lu'Introduction',), {'description': lu'Introduction to be displayed when filling out the registration form'})>
  254. is_submitted   
  255. <unbound method RegistrationFormForm.is_submitted>
  256. limit_registrations
  257. <UnboundField(BooleanField, (lu'Limit registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2850>, 'description': lu'Whether there is a limit of registrations'})>
  258. manager_notification_recipients
  259. <UnboundField(EmailListField, (lu'List of recipients', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5aa7d0>, <wtforms.validators.DataRequired object at 0x7f61ba5aa810>]), {'description': lu'Email addresses that will receive notifications'})>
  260. manager_notifications_enabled  
  261. <UnboundField(BooleanField, (lu'Enabled',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5aa690>, 'description': lu'Enable notifications to managers about registrations'})>
  262. message_complete   
  263. <UnboundField(TextAreaField, (lu'Message for complete registrations',), {'description': lu'Text included in emails sent to complete registrations'})>
  264. message_pending
  265. <UnboundField(TextAreaField, (lu'Message for pending registrations',), {'description': lu'Text included in emails sent to pending registrations'})>
  266. message_unpaid 
  267. <UnboundField(TextAreaField, (lu'Message for unpaid registrations',), {'description': lu'Text included in emails sent to unpaid registrations'})>
  268. moderation_enabled 
  269. <UnboundField(BooleanField, (lu'Moderated',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2490>, 'description': lu'If enabled, registrations require manager approval'})>
  270. modification_mode  
  271. <UnboundField(IndicoEnumSelectField, (lu'Modification allowed',), {'enum': <enum 'ModificationMode'>, 'description': lu'Will users be able to modify their data? When?'})>
  272. notification_sender_address
  273. <UnboundField(StringField, (lu'Notification sender address', [<indico.web.forms.validators.IndicoEmail object at 0x7f61ba5aa2d0>]), {'filters': [<function <lambda> at 0x7f61ba614b18>]})>
  274. populate_obj   
  275. <unbound method RegistrationFormForm.populate_obj>
  276. post_validate  
  277. <unbound method RegistrationFormForm.post_validate>
  278. process
  279. <unbound method RegistrationFormForm.process>
  280. process_ajax   
  281. <unbound method RegistrationFormForm.process_ajax>
  282. publish_checkin_enabled
  283. <UnboundField(BooleanField, (lu'Publish check-in status',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2ed0>, 'description': lu'Check-in status will be shown publicly on the event page'})>
  284. publish_registration_count 
  285. <UnboundField(BooleanField, (lu'Publish number of registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2d90>, 'description': lu'Number of registered participants will be displayed in the event page'})>
  286. publish_registrations_enabled  
  287. <UnboundField(BooleanField, (lu'Publish registrations',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2c50>, 'description': lu'Registrations from this form will be displayed in the event page'})>
  288. registration_limit 
  289. <UnboundField(IntegerField, (lu'Capacity', [<indico.web.forms.validators.HiddenUnless object at 0x7f61ba5a2990>, <wtforms.validators.DataRequired object at 0x7f61ba5a29d0>, <wtforms.validators.NumberRange object at 0x7f61ba5a2a10>]), {'description': lu'Maximum number of registrations'})>
  290. require_login  
  291. <UnboundField(BooleanField, (lu'Only logged-in users',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a25d0>, 'description': lu'Users must be logged in to register'})>
  292. require_user   
  293. <UnboundField(BooleanField, (lu'Registrant must have account',), {'widget': <indico.web.forms.widgets.SwitchWidget object at 0x7f61ba5a2710>, 'description': lu'Registrations emails must be associated with an Indico account'})>
  294. title  
  295. <UnboundField(StringField, (lu'Title', [<wtforms.validators.DataRequired object at 0x7f61ba5a2190>]), {'description': lu'The title of the registration form'})>
  296. validate   
  297. <unbound method RegistrationFormForm.validate>
  298. validate_on_submit 
  299. <unbound method RegistrationFormForm.validate_on_submit>
  300. visible_fields 
  301. <property object at 0x7f61defac4c8>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement