Skip to content

Releases: rapidpro/tracpro

v1.0.4

01 Mar 18:31
Compare
Choose a tag to compare
  • Update versions of Celery-related packages.

v1.0.3

30 Nov 15:06
Compare
Choose a tag to compare
  • Bug fix for clearing spoof data. See #100.
  • Release notes added for ReadTheDocs builds

v1.0.2

25 Nov 18:32
Compare
Choose a tag to compare
  • Don't paginate results on responses CSV export.
  • Show participant count in participant column on PollRun ByPoll page.

v1.0.1

25 Nov 17:00
Compare
Choose a tag to compare
  • Updated contact sync to run every 30 minutes, rather than every 5.

v1.0.0

19 Nov 15:40
Compare
Choose a tag to compare
  • Add documentation to ReadTheDocs.
  • Upgrade version requirements.
    • Note: Due to a change in structure for django-celery, you will
      need to run python manage.py migrate djcelery --fake-initial before
      running new migrations.
  • Add prod_db_to_staging Fabric command.
  • Fix hostname in manage_run Fabric command so that it now runs without
    error.
  • Require that source is updated before updating pip requirements during
    deploy.
    • Note: Pip requirements were sometimes being updated before the
      source code was updated. If you have this issue before updating to
      v1.0.0, run the deploy again to solve.
  • Add deadsnakes Python 2.7 to deploy environment.
    • Note: An SSL dependency requires Python 2.7.9 or greater. If your
      deployment is using a lower version, destroy the virtual environment
      before your next deploy so that it is rebuilt.
  • Add org config option to show/hide spoof data. See #92.
    • Note: A migration sets the default to False for all orgs except
      "Caktus".
  • Fix unicode bug when setting a Contact DataField value. See #88.
  • Use django.utils.dateparser rather than dateutil when parsing
    datetimes for DataFields. See #88.
  • Fix org languages bugs. See #91.