..
__init__.py
feat: basic support for WSGI app, views, templates
2024-07-12 00:17:15 -05:00
test___init__.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_alembic.py
feat: add support for Create Alembic Migration
2025-12-28 15:16:27 -06:00
test_auth.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_base.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_batch.py
fix: track column-only labels separately for grid
2026-02-20 14:43:22 -06:00
test_common.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_email.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_essential.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_master.py
fix: use wutta hint from model if present, for rows title
2026-02-13 16:06:51 -06:00
test_people.py
test: fix broken test
2026-01-06 19:52:20 -06:00
test_progress.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_reports.py
fix: format all code with black
2025-08-31 12:26:43 -05:00
test_roles.py
fix: fix 'unnecessary-lambda' and 'unnecessary-lambda-assignment' for pylint
2025-09-01 09:42:55 -05:00
test_settings.py
test: skip unsupported test for python 3.8
2025-12-17 10:46:02 -06:00
test_tables.py
test: fix broken test
2026-01-01 15:33:20 -06:00
test_upgrades.py
test: remove references to deprecated mkdir()
2025-08-31 20:43:41 -05:00
test_users.py
fix: fix first_name, last_name handling for User form
2026-02-17 14:34:30 -06:00
test_views.py
feat: add wizard for generating new master view code
2025-12-31 18:52:37 -06:00