diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-01 15:51:19 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-01 15:51:19 +0100 |
commit | 3debfc8570120bee6b6ae597c5de71aef3cbecce (patch) | |
tree | bbb40e0a1278f77d41c324fb8eeca233721a1469 /ishtar_common/models.py | |
parent | 0877e379db9bb67d1e349ba46c8da555a6124390 (diff) | |
download | Ishtar-3debfc8570120bee6b6ae597c5de71aef3cbecce.tar.bz2 Ishtar-3debfc8570120bee6b6ae597c5de71aef3cbecce.zip |
Typo
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e4f13ab5f..096a5e0a7 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -192,6 +192,7 @@ __all__ = [ "Document", "GeneralType", "get_generated_id", + "get_current_profile", "LightHistorizedItem", "OwnPerms", "Address", |