3
0
Fork 0
wuttaweb/tests
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
..
cli feat: add support for running via uvicorn; wutta webapp command 2024-12-18 12:36:52 -06:00
db tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
forms fix: add WuttaDictEnum form schema type 2025-01-08 12:29:42 -06:00
grids fix: add render_date() method for grids 2025-01-13 17:41:02 -06:00
libcache feat: add basic support for fanstatic / libcache 2024-08-06 22:33:54 -05:00
views fix: improve support for composite model_key in MasterView 2025-01-14 11:51:03 -06:00
__init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_app.py feat: add basic support for running in ASGI context 2024-12-18 15:09:16 -06:00
test_auth.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_emails.py feat: add feature to edit email settings, basic message preview 2024-12-23 19:24:17 -06:00
test_handler.py fix: expose setting to choose menu handler, in appinfo/configure 2025-01-13 12:55:34 -06:00
test_helpers.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_menus.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_progress.py fix: use app handler to render error string, when progress fails 2024-12-28 21:14:15 -06:00
test_static.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_subscribers.py feat: add permission checks for menus, view routes 2024-08-14 21:20:00 -05:00
test_util.py fix: exclude FK fields by default, for model forms 2024-12-28 18:56:04 -06:00
util.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00