diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-17 16:03:02 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-17 16:03:02 +0100 |
commit | 66c343421980b5ce301eaa202d5090d6f45833ab (patch) | |
tree | 80146022464b7c45cd19f5827664250b55ec0ff1 /CHANGES.md | |
parent | 63c96b0484661419c30a830e2d7ab52c209cf0f0 (diff) | |
download | Ishtar-66c343421980b5ce301eaa202d5090d6f45833ab.tar.bz2 Ishtar-66c343421980b5ce301eaa202d5090d6f45833ab.zip |
settings: add "ISHTAR_SECURE_OPTIONS" to activate Django secured options
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 8e971e11b..fd0bc0181 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ Ishtar changelog - General: - add custom cached_label configuration for each main item - add "created" field on main items in order to facilitate queries +- settings: add "ISHTAR_SECURE_OPTIONS" to activate Django secured options - Sheet document: better UI for files - Model: add history for document and containers - Menu: remove "Administration" entry - put Account management in "Directory" entry |