edgaru
edgaru
When I use wizard.steps.current into a conditionally function I get maximum recursion depth exceeded. Code Example: ```python def conditionally_view(wizard): if (wizard.steps.current == 'insurance_coverage') and ('emision_retries' in wizard.request.session) and \ ('emision_has_error'...
Is it possible to keep the same object id and its order as the original file? When I generate the modified file, the order of the objects is different as...
When sending SMS messages with GSM 7-bit encoding (data_coding=0) through certain mobile operators, special characters are incorrectly transformed during transmission: The exclamation mark (!) is replaced with @ symbol The...