Daniel Greenfeld
|
7827bf0003
|
fixes #159 and lays the ground for more things
|
2013-06-01 18:02:01 +02:00 |
|
Daniel Greenfeld
|
bf1657990a
|
replace django.contrib.admin introduced in last pull request with our own native form
|
2013-05-31 08:49:24 +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 |
|
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 |
|
Audrey Roy
|
0d6ab93b84
|
Remove unused Admin2Form class.
|
2013-05-22 10:38:23 +02:00 |
|
Peter Inglesby
|
7c5e7e6883
|
Rename package to djadmin2
|
2013-05-18 11:52:03 +02:00 |
|