3
0
Fork 0
Web App for Wutta Framework
Find a file
Lance Edgar 16131cd256 fix: keep original value along with rendered, in grid vue context
this change was made for sake of sorting, when the backend is not
responsible for that.  in particular datetime values must be
"rendered" somehow when passing to frontend, but depending on various
factors the rendering may not preserve the "sensible" sort order
behavior, e.g. if "weekday name" begins the rendered string.

so in all cases now, rendered values will be given a distinct key in
the record dict, while the original value stays in its original
place.  this should let grid sorting work off the original value, and
hopefully all is well..fingers crossed
2026-03-14 16:24:58 -05:00
docs feat: add support for association proxy fields in model forms 2026-02-17 14:34:27 -06:00
src/wuttaweb fix: keep original value along with rendered, in grid vue context 2026-03-14 16:24:58 -05:00
tests fix: keep original value along with rendered, in grid vue context 2026-03-14 16:24:58 -05:00
.gitignore feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
.pylintrc fix: explicitly disable 'duplicate-code' false alarm 2025-09-01 19:38:57 -05:00
CHANGELOG.md bump: version 0.29.1 → 0.29.2 2026-03-10 10:58:06 -05:00
COPYING.txt feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
pyproject.toml fix: remove version pin for setuptools dependency 2026-03-14 15:36:42 -05:00
README.md docs: update links for docs, coverage 2026-01-05 13:07:32 -06:00
tasks.py fix: flush session when creating new object via MasterView 2025-12-28 22:48:36 -06:00
tox.ini test: remove intermediate html coverage report for tox 2026-02-04 08:49:25 -06:00

WuttaWeb

Web app for Wutta Framework

See docs at https://docs.wuttaproject.org/wuttaweb/