Gregor Müllegger
|
1a04f285ff
|
Fixes #181 -- Choices were not copied for Select widgets for floppified forms.
|
2013-06-04 22:31:59 +02:00 |
|
Daniel Greenfeld
|
9acdf9e2f8
|
fixes #155, which is moving models.py to types.py. Using admins.py as an alias for the old models.py module
|
2013-05-30 12:33:00 +02:00 |
|
Gregor Müllegger
|
d10838c2ed
|
Don't copy input_type attribute from original widget when the floppyform widget has a much more appropriate HTML5 type.
|
2013-05-23 20:59:35 +02:00 |
|
Daniel Greenfeld
|
638ae91756
|
PEP-8 work
|
2013-05-23 19:30:15 +02:00 |
|
Gregor Müllegger
|
77fa844184
|
Also take form field into account when floppifying widgets. That way all specific floppyform widgets will be used for modelforms (like EmailInput, NumberInput, etc.).
|
2013-05-22 22:16:03 +02:00 |
|
Gregor Müllegger
|
188c12d647
|
Implementing a modelform_factory that takes care of converting all widgets on the modelform to floppyform widgets if possible.
|
2013-05-22 19:29:12 +02:00 |
|