Skip to content

Releases: wq/wq-django-template

wq-django-template 1.0.0

24 Jul 19:07
Compare
Choose a tag to compare

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

wq-django-template 1.0.0 RC1

05 Apr 02:17
Compare
Choose a tag to compare
Pre-release

wq-django-template 1.0.0 RC1 brings a default PhoneGap Build configuration and various other improvements.

PhoneGap / Cordova

Other Improvements

wq-django-template 1.0 beta 2

08 Nov 16:08
Compare
Choose a tag to compare
Pre-release

This second beta release adds a minor change to the .gitignore files in app/js/data/ and media/, to ensure the files themselves are not ignored when adding a generated project to git (#24, #25 by @tomaszn).

wq-django-template 1.0 beta

02 Sep 20:38
Compare
Choose a tag to compare
Pre-release

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 of wq.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

23 Mar 02:33
Compare
Choose a tag to compare
wq.start 1.0 alpha Pre-release
Pre-release

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

29 Jan 03:39
Compare
Choose a tag to compare

Fix path to manifest.json in Apache configuration

wq.start 0.8.3

15 Jan 22:38
Compare
Choose a tag to compare
  • Tell browsers not to cache the Appcache (da05932, inspired by h5bp)
  • Split example into two models and provide better default styles (1289085)
  • Updated settings and urls to use testing server (#17 / #19 via @joshglenn)
  • Use {{rt}} prefix (#15)
  • Auto-generate requirements.txt (#16)

wq.start 0.8.2

16 Jun 22:07
Compare
Choose a tag to compare
  • Don't assume python-social-auth is installed (as it's no longer a requirement for wq.db)

wq.start 0.8.1

16 Jun 18:39
Compare
Choose a tag to compare
  • Updates for compatibility with wq.app 0.8.0.
  • Renamed wq-start command to wq start (#9)

wq.start 0.8.0

16 Jun 18:33
Compare
Choose a tag to compare

Updates for compatibility with wq.db 0.8.0.