chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Kenneth Veldman
|
8618a7eaa1
|
Fixed #27431 -- Prevented disabled form fields from appearing as changed.
|
2016-11-11 06:57:57 -05:00 |
Michal Petrucha
|
09da1e79de
|
Fixed #27369 -- Prevented widgets from being shared between form field instances.
|
2016-11-06 07:16:56 +01:00 |
Berker Peksag
|
0247c9b08f
|
Split form's test_fields.py into different files.
|
2016-04-11 12:48:23 -04:00 |