Releases: wq/wq-django-template
wq-django-template 1.0.0
wq-django-template 1.0.0 is finally here! This is the first stable release of wq-django-template 1.0, which is now ready for production use.
Changes since wq-django-template 1.0.0 RC1
- Clear float for hint/error paragraphs (0adce9b)
- Redirect to /login after social (85cdfe2)
- Use verbatim for paginator template (8ccf95d)
- Move default CSS to wq.app (949f661)
Other changes since wq.start 0.8.4
- Changes in Alpha
- New XLSForm conversion tool (#18)
- Changes in Beta 1
- Split wq-django-template and wq.start into separate repositories.
- Changes in Beta 2
.gitignore
improvements via @tomaszn
- Changes in RC1
- PhoneGap build configuration (#1, #4)
- Pagination improvements (wq/wq.app#47)
wq-django-template 1.0.0 RC1
wq-django-template 1.0.0 RC1 brings a default PhoneGap Build configuration and various other improvements.
PhoneGap / Cordova
config.xml
and customindex.html
for PhoneGap Build (#4, 65b49e6, 8ac0706)- Automatically generate various icon sizes & splash screens (#1, ee0bde6, 286b217, 6029c93)
- JavaScript compatibility updates (0696ae5, ff62ca0)
Other Improvements
- Disable application cache by default (87606a6)
- Support python3 venv by default (aed5473, 60eb459)
- Rework pagination for common use cases (e089494, see wq/wq.app#47 and Pagination and Caching)
wq-django-template 1.0 beta 2
wq-django-template 1.0 beta
wq-django-template 1.0.0b1 is the beta release of the upcoming 1.0 Django template for wq. This version brings a couple of minor improvements and a source code reorganization:
New Features
- Incorporated placeholder app icons for use with the "Add to Homescreen" feature on modern devices (#1)
- Integrate new
wq/patterns.js
module for nested forms (see wq.app 1.0 beta release notes)
Source Code Reorganization
- Moved the master Django and mustache templates to the xlsform-converter repository (see the xlsconv 0.2.0 release notes).
- Moved the
wq start
Python tools to a separate repository, wq.start. Subsequent releases ofwq.start
will appear in that repository's releases page. This repository now only contains the wq Django template, as indicated by its name.
wq.start 1.0 alpha
wq.start 1.0.0a1 is an alpha release of the upcoming 1.0 version of wq.start.
Getting started with wq has traditionally been a bit of a learning curve, so we are working on making the a bit more friendly for new users. The most significant change is #18, which brings a built-in tool to automatically generate usable Mustache templates for basic offline-capable data entry. The new wq maketemplates
command can automatically (re-)generate *_list.html
, *_detail.html
, and *_edit.html
templates for any models registered with wq.db.rest
, For convenience, ./deploy.sh
now calls this command by default. The new wq addform
can be used to convert an XLSForm into a usable models.py
, rest.py
, and serializers.py
in additon to the requisite mustache templates.
This release also brings compatibility with Django 1.9 (#7) and the alpha versions of wq.app 1.0 and wq.db 1.0.
wq.start 0.8.4
Fix path to manifest.json in Apache configuration
wq.start 0.8.3
wq.start 0.8.2
- Don't assume python-social-auth is installed (as it's no longer a requirement for wq.db)
wq.start 0.8.1
- Updates for compatibility with wq.app 0.8.0.
- Renamed
wq-start
command towq start
(#9)
wq.start 0.8.0
Updates for compatibility with wq.db 0.8.0.