wq.db 1.0.0 RC1
wq.db 1.0.0 RC1 brings a number of enhancements to improve integration with wq.start and wq.app.
wq 1.0 enhancements
- New API to more directly configure the relationship between pagination and offline caching in wq.app (wq/wq.app#47, 663bbda). See Pagination and Caching for more information.
- Added support for pre-generating blank nested forms for attachments, which wq.app has supported for some time (#61).
- Improved the
form
sections of the generated wq config object to better match the output of xlsconv. The goal is to ensure that wq.start’swq addform
andwq maketemplates
commands produce identical template output. (237c07a, 7253f33, 4735982, e3dec4b)
Bug Fixes
- Support fields with
blank=True
andnull=False
(#58) - Avoid 500 errors when performing field and nested configuration lookups (19e918a, 6df5f44, #60)
- Third party compatibility fixes (1ba0360, ae9fd6a, 388336d, b6ee2ac)