6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r/m INSTALL.txt; see wiki instead More... almost 16 years ago
bump version string More... almost 16 years ago
docstring update for 0.5 More... almost 16 years ago
r/m Table; add FieldSet(readonly=True); mv readonly into configure() More... almost 16 years ago
r/m TC; add Grid(readonly=True) instead More... almost 16 years ago
2.4 support More... almost 16 years ago
sort keys of non-SA classes for reproducible ordering More... almost 16 years ago
fix for SA 0.4 More... almost 16 years ago
un-backwardsify requires_label More... almost 16 years ago
r/m leaking of field implementation into template More... almost 16 years ago
add test, fix textarea better More... almost 16 years ago
fix More... almost 16 years ago
rename FR.value to ._value, indicating that it is only used internally; fix Grid bind to use no data=None convention More... almost 16 years ago
simplify deserialize api. wip. More... almost 16 years ago
document FieldRenderer.deserialize() More... almost 16 years ago
support for composite fields. needs cleanup. More... almost 16 years ago
add a test More... almost 16 years ago
more sanity checks More... almost 16 years ago
reduce duplicate code -- only required() validator cares about None More... almost 16 years ago
allow None/'' in more validators, while allowing others to disallow it More... almost 16 years ago
other validators [than ] will not be called for empty values More... almost 16 years ago
fix for non-SA forms More... almost 16 years ago
allow bind, rebind for collections to bind to different sets of instances, but not to modify the base type since that is illegal anyway. this complicates things since different [re]bind signatures emphasizes the strain that making a collection-oriented class a subclass of a non-collection class causes. had to add set_active to basically call the non-collection version of rebind. standardize on data=None means 'not bound to data,' which is important to distinguish from an empty dict = 'bound to data, which is empty.' also, rename types to fatypes since 'import types' was pulling in the stdlib module for some reason. More... almost 16 years ago
provide types module containing the subset of sqlalchemy.types that you can use in Field declarations More... almost 16 years ago
de-clunkify non-mapped Field declaration a bit More... almost 16 years ago
fix for rendering bad data More... almost 16 years ago
switch from : to - as field name delimiter More... almost 16 years ago
grid validate + sync More... almost 16 years ago
recognize submitted values in manual fieldsets More... almost 16 years ago
include cls, pk in form input names. Grid renders now. More... almost 16 years ago