Changes between Version 1 and Version 2 of Ticket #27263, comment 7


Ignore:
Timestamp:
Sep 26, 2016, 12:02:40 AM (8 years ago)
Author:
Alexey Rogachev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27263, comment 7

    v1 v2  
    22
    33{{{#!python
    4 def __init__(self, required=True, widget=None, label=None, initial=None, help_text='', error_messages=None, short_hidden_initial=False, validators=(), show_circuit_validation=False, localize=False, disabled=False, label_suffix=None):
     4def __init__(self, required=True, widget=None, label=None, initial=None, help_text='', error_messages=None, short_hidden_initial=False, validators=(), show_circuit_validation=True, localize=False, disabled=False, label_suffix=None):
    55}}}
    66
Back to Top