Home > Release Notes > wq.db 1.2 beta

wq.db 1.2 beta

wq.db 1.2.0b1 is the beta of the upcoming release of wq.db 1.2. The release brings a number of improvements for compatibility with various libraries.

Compatibility Updates

Library Update Reference
DRF 3.10 Use action() decorator for detail routes #77
wq.app 1.2 Generate <script> tags for Create React App builds wq/wq#44
Django 2.2 Add django.contrib.messages.context_processors.messages to settings ee63ec0
natural-keys 1.5.1 Add defaults kwarg to create_by_natural_key() 86dd959

Bug Fixes

  • Don’t trigger queryset evaluation when generating config. This fixes an issue when first deploying an existing project with an empty database (92c11b8).