Skip to content

v1.14.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 17 May 15:13
· 654 commits to master since this release
v1.14.0

New Features

  • Add extra lawyer of protection to access PDF
  • Add form validation to avoid end_date before the start_date
  • Add more values to config to represent organisation
  • Add link to Privacy Statement
  • Add ical

Changes

  • Fix tagulous/static directory
  • Improve admin view for Fund class
  • Change expenses initial status to 'submitted (awaiting processing)'
  • List blog posts in review loop
  • Fix email template
  • Fix "To" field in email archive
  • Workaround for plain text paragraphs in blockquotes split text
  • Use inaugural year instead of application year for __str__
  • Change template to use function to add link

Upgrade Guide

$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py faddactivities
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh