Skip to content

wq.db 1.3 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@sheppard sheppard released this 29 Sep 14:10

wq.db 1.3 alpha is a preview of the next version of wq.db, as part of the wq 1.3 alpha release. This release includes minor changes to ensure compatibility with the new React renderer, as well as the pre-built ESM script provided by wq.app 1.3 alpha. In particular:

  • The generated wq config object now includes verbose_name and verbose_name_plural from the Django model definitions (78dab96)
  • The config can be dumped as ESM in addition to AMD and JSON (f441a31).
  • If settings.WQ_APP_TEMPLATE is defined, wq.db will use file that to render all HTML views. The template is assumed to be a minimal index.html that simply loads @wq/app to do the actual rendering (f441a31).

The new wq django template automatically leverages these configuration options.