3
0
Fork 0
wuttaweb/tests
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
..
cli fix: format all code with black 2025-08-31 12:26:43 -05:00
db fix: fallback to default continuum plugin logic, when no request 2025-12-29 11:17:50 -06:00
forms fix: add base class for WuttaList schema type 2026-03-10 09:10:14 -05:00
grids fix: keep original value along with rendered, in grid vue context 2026-03-14 16:24:58 -05:00
libcache feat: add basic support for fanstatic / libcache 2024-08-06 22:33:54 -05:00
views fix: use wutta hint for plural row model title in master view 2026-03-04 20:41:25 -06:00
__init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_app.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_auth.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_conf.py feat: add MasterView registry/discovery mechanism 2025-12-29 19:47:08 -06:00
test_diffs.py fix: render human-friendly datetime for such fields in version diff 2026-03-14 16:19:17 -05:00
test_emails.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_handler.py fix: workaround error when 'fanstatic.needed' missing from environ 2025-12-13 21:30:02 -06:00
test_helpers.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_menus.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_progress.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_static.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_subscribers.py fix: workaround error when 'fanstatic.needed' missing from environ 2025-12-13 21:30:02 -06:00
test_util.py fix: improve JSON-safe rendering for sets 2026-03-06 19:57:08 -06:00
util.py feat: basic support for displaying version history 2025-10-29 18:32:35 -05:00