Releases: wq/wq.create
wq.start 1.1.1
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
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
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
- Install psycopg2 by default
- Update to wq-django-template 1.0.0
Other changes since wq.start 0.8.5
- Changes in Beta 1
- Split wq-django-template and wq.start into separate repositories.
- Changes in Beta 2
- Django 1.10 support
- Changes in Beta 3
- Improvements to xlsconv and wq maketemplates
wq.start 1.0.0 RC1
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
andwq 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
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
andrepeat
question types (i.e. nested serializers with or withoutmany=True
) - Always set
has_geo
ifmap
is defined in the page configuration. - Only generate templates for registered modes (
list
,detail
, &edit
by default)
wq.start 1.0 beta 2
Minor update to the wq.start 1.0 beta to ensure (and test) compatibility with Django 1.10.
wq.start 1.0 beta
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.