web/formfields.py
2010-02-08 Sylvain Thénault avoid to see the same warning twice, one for 3.6 another for 3.3
2010-02-08 Sylvain Thénault unvisible field may have been modified, for instance relation added by an hidden input
2010-02-05 Sylvain Thénault hidden usage of datetime function which has been moved to lgc
2010-02-03 Sylvain Thénault start documenting forms
2010-01-27 Sylvain Thénault cleanup
2010-01-27 Sylvain Thénault systematically call bool on BooleanField values
2010-01-27 Sylvain Thénault by default this is not the widget responsability to turn empty string into None,
2010-01-27 Sylvain Thénault [forms] propagate aguments given to .vocabulary to .choices if it's a callable.
2010-01-27 Sylvain Thénault [forms] fix backward compat for field.choices arguments
2010-01-26 Sylvain Thénault 3.6 api update, cleanup
2010-01-26 Sylvain Thénault fix label handling: when label is explicitly set to None, don't try to guess it
2010-01-26 Sylvain Thénault by default use new jquery widgets for Time/Date/DateTime fields
2010-01-26 Sylvain Thénault introduce new _ensure_correctly_typed method on fields, responsible
2010-01-26 Sylvain Thénault fix typed_value implementation w/ eidparam field which are actual entity's relation and have .value set for their initial value
less more (0) -100 -14 tip