3
0
Fork 0
Web App for Wutta Framework
Find a file
Lance Edgar ecb1dce590 fix: improve support for composite model_key in MasterView
in particular, had a table (Catapult) with composite primary key,
where both prop keys are named differently than columns.

this also splits out the route kwargs logic for action urls, because
of another situation where i wanted to use non-primary field as model
key, but it also needed to be stripped of whitespace.  this allows for
such an override but in the end i did not pursue that method and just
wound up using default model key anyway..
2025-01-14 11:51:03 -06:00
docs feat: add basic views for Reports 2025-01-11 21:35:06 -06:00
src/wuttaweb fix: improve support for composite model_key in MasterView 2025-01-14 11:51:03 -06:00
tests fix: improve support for composite model_key in MasterView 2025-01-14 11:51:03 -06:00
.gitignore feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
CHANGELOG.md bump: version 0.20.0 → 0.20.1 2025-01-13 13:29:56 -06:00
COPYING.txt feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
pyproject.toml bump: version 0.20.0 → 0.20.1 2025-01-13 13:29:56 -06:00
README.md docs: tweak readme (test commit) 2024-12-23 20:17:36 -06:00
tasks.py build: just run pytest, avoid tox when building release 2024-07-14 11:10:54 -05:00
tox.ini feat: add basic support for wutta-continuum 2024-08-27 21:11:44 -05:00

WuttaWeb

Web app for Wutta Framework

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