Expose new Django settings
Expose: AUTH_PASSWORD_VALIDATORS, DEFAULT_FROM_EMAIL, EMAIL_TIMEOUT, INTERNAL_IPS, LANGUAGES, LANGUAGE_CODE, STATIC_URL, STATICFILES_STORAGE, TIME_ZONE, WSGI_APPLICATION. Closes GitLab issue #539 "Setting for default email sender is missing" Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -99,6 +99,9 @@ Other changes
|
||||
* Add docstrings to most models.
|
||||
* Add support to the mailing profiles for specifying a from
|
||||
address. Closes GitLab issue #522.
|
||||
* Expose new Django settings: AUTH_PASSWORD_VALIDATORS, DEFAULT_FROM_EMAIL,
|
||||
EMAIL_TIMEOUT, INTERNAL_IPS, LANGUAGES, LANGUAGE_CODE, STATIC_URL,
|
||||
STATICFILES_STORAGE, TIME_ZONE, WSGI_APPLICATION.
|
||||
|
||||
Removals
|
||||
--------
|
||||
@@ -170,6 +173,7 @@ Bugs fixed or issues closed
|
||||
|
||||
* :gitlab-issue:`498` Can't scan subdirectories
|
||||
* :gitlab-issue:`522` Office 365 SMTP
|
||||
* :gitlab-issue:`539` Setting for default email sender is missing
|
||||
* :gitlab-issue:`563` Recursive Watch Folder
|
||||
|
||||
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/
|
||||
|
||||
Reference in New Issue
Block a user