Skip to content

Releases: wq/wq.create

wq.start 1.1.1

11 Jan 07:26
Compare
Choose a tag to compare

Together with wq-django-template v1.1.1, wq.start 1.1.1 incorporates the ability to disable GeoDjango (django.contrib.gis) which makes it easier to get started without having GDAL installed (see wq/wq#34).

To use the new feature, upgrade wq.start and run:

wq start --without-gis myproject

wq.start 1.1.0

21 Jun 15:50
Compare
Choose a tag to compare

wq.start 1.1.0 includes the wq-django-template 1.1.0, which brings Django 2 support as well as separate default settings for development and production. In addition, the wq maketemplates command now asks if any templates should be updated before asking to confirm every potential change.

wq.start 1.0.0

24 Jul 19:29
Compare
Choose a tag to compare

wq.start 1.0.0 is finally here! This is the first stable release of wq.start 1.0, which is now ready for production use.

Changes since wq.start 1.0.0 RC1

Other changes since wq.start 0.8.5

wq.start 1.0.0 RC1

05 Apr 02:36
Compare
Choose a tag to compare

wq.start 1.0.0 RC1 brings the wq django template 1.0.0 RC1 and a number of other improvements.

wq start

The wq start command now requires a domain name (via the -d flag). This is used to generate the default Apache configuration, and is also reversed to create an application identifier for PhoneGap Build. (The identifier can be overridden with the -i flag). wq start now requires Django 1.10 or newer, though once an application is generated with wq start it can still be used with Django 1.8. (wq/wq-django-template#4, a40ee66)

wq addform

wq addform now attempts to automatically add the generated app to INSTALLED_APPS, then run and apply the requisite migrations. It is even possible to change the XLSForm, and then run wq addform again to update and migrate an existing model. Confirmation will be requested before each dangerous action (unless -f is specified). (#3, e64ebf5, 29d8b08)

Various Improvements

  • Ensure the HTML output of wq maketemplates and wq addform is more or less the same (7a73670; see the release notes for wq.db 1.0.0 RC1)
  • Avoid extra .git in PyPI package (#4)
  • List wq start version in generated settings.py

wq.start 1.0 beta 3

08 Nov 16:19
Compare
Choose a tag to compare

wq.start 1.0.0b3 brings a few Django compatibility fixes and the following improvements to xlsconv-powered template generator (wq maketemplates).

  • Better handling of group and repeat question types (i.e. nested serializers with or without many=True)
  • Always set has_geo if map is defined in the page configuration.
  • Only generate templates for registered modes (list, detail, & edit by default)

wq.start 1.0 beta 2

08 Sep 01:55
Compare
Choose a tag to compare
wq.start 1.0 beta 2 Pre-release
Pre-release

Minor update to the wq.start 1.0 beta to ensure (and test) compatibility with Django 1.10.

wq.start 1.0 beta

02 Sep 20:53
Compare
Choose a tag to compare
wq.start 1.0 beta Pre-release
Pre-release

wq.start 1.0.0b1 is the beta release for the upcoming 1.0 version of wq.start. This release includes the latest version of the wq-django-template, which is now referenced as a submodule.

Previous releases of wq.start are listed in the wq-django-template releases page. For historical reasons, this repository was extracted out of that one rather than vice-versa.