mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 15:32:12 +00:00
update history and tx config
This commit is contained in:
parent
540f5ce5ae
commit
46e802bbb6
@ -74,12 +74,6 @@ source_file = spirit/topic/notification/locale/en/LC_MESSAGES/django.po
|
|||||||
source_lang = en
|
source_lang = en
|
||||||
type = PO
|
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]
|
[spirit.topic_private]
|
||||||
file_filter = spirit/topic/private/locale/<lang>/LC_MESSAGES/django.po
|
file_filter = spirit/topic/private/locale/<lang>/LC_MESSAGES/django.po
|
||||||
source_file = spirit/topic/private/locale/en/LC_MESSAGES/django.po
|
source_file = spirit/topic/private/locale/en/LC_MESSAGES/django.po
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
* Adds support for Python 3.6
|
* Adds support for Python 3.6
|
||||||
* Adds support for Django 1.9, 1.10 and 1.11
|
* Adds support for Django 1.9, 1.10 and 1.11
|
||||||
* Adds python-magic dependency (to check uploaded files)
|
* Adds python-magic dependency (to check uploaded files)
|
||||||
|
* New: Lithuanian translation, thanks to @sirex
|
||||||
* New: file upload on comments
|
* New: file upload on comments
|
||||||
* Improvement: Adds `ST_UPLOAD_IMAGE_ENABLED`
|
* Improvement: Adds `ST_UPLOAD_IMAGE_ENABLED`
|
||||||
to enable/disable image uploads and `ST_UPLOAD_FILE_ENABLED`
|
to enable/disable image uploads and `ST_UPLOAD_FILE_ENABLED`
|
||||||
@ -14,6 +15,7 @@
|
|||||||
read the wiki or the PR for a workaround
|
read the wiki or the PR for a workaround
|
||||||
* Updates mistune, haystack and woosh dependencies
|
* Updates mistune, haystack and woosh dependencies
|
||||||
* Deprecates `spirit.settings`. It will be removed in future releases
|
* Deprecates `spirit.settings`. It will be removed in future releases
|
||||||
|
* Updates locales
|
||||||
|
|
||||||
0.4.8
|
0.4.8
|
||||||
==================
|
==================
|
||||||
|
Loading…
Reference in New Issue
Block a user