diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-07-11 23:38:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-13 18:26:03 +0200 |
commit | ff9a7be5543c0a396772bee707e38fddb2c6e8e2 (patch) | |
tree | e778fa93380d0244bfd8d115143996bad51612aa /ishtar_common/utils.py | |
parent | c551119205d61e66237c547afaef8a5cc75538bd (diff) | |
download | Ishtar-ff9a7be5543c0a396772bee707e38fddb2c6e8e2.tar.bz2 Ishtar-ff9a7be5543c0a396772bee707e38fddb2c6e8e2.zip |
Manage alerts
Diffstat (limited to 'ishtar_common/utils.py')
-rw-r--r-- | ishtar_common/utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py index 34d170892..0e5dd286a 100644 --- a/ishtar_common/utils.py +++ b/ishtar_common/utils.py @@ -794,7 +794,8 @@ def create_default_json_fields(model): ) -def get_urls_for_model(model, views, own=False, autocomplete=False): +def get_urls_for_model(model, views, own=False, autocomplete=False, + ): """ Generate get and show url for a model """ |