update history and tx config

This commit is contained in:
nitely 2018-01-30 13:28:20 -03:00
parent 540f5ce5ae
commit 46e802bbb6
2 changed files with 2 additions and 6 deletions

View File

@ -74,12 +74,6 @@ source_file = spirit/topic/notification/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[spirit.topic_poll]
file_filter = spirit/topic/poll/locale/<lang>/LC_MESSAGES/django.po
source_file = spirit/topic/poll/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[spirit.topic_private]
file_filter = spirit/topic/private/locale/<lang>/LC_MESSAGES/django.po
source_file = spirit/topic/private/locale/en/LC_MESSAGES/django.po

View File

@ -5,6 +5,7 @@
* Adds support for Python 3.6
* Adds support for Django 1.9, 1.10 and 1.11
* Adds python-magic dependency (to check uploaded files)
* New: Lithuanian translation, thanks to @sirex
* New: file upload on comments
* Improvement: Adds `ST_UPLOAD_IMAGE_ENABLED`
to enable/disable image uploads and `ST_UPLOAD_FILE_ENABLED`
@ -14,6 +15,7 @@
read the wiki or the PR for a workaround
* Updates mistune, haystack and woosh dependencies
* Deprecates `spirit.settings`. It will be removed in future releases
* Updates locales
0.4.8
==================