diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-28 13:17:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-29 18:25:09 +0200 |
commit | 02136acb286d0f6b97dcbc715138f085d59767ea (patch) | |
tree | 72aaceee89f2fe1e30602314d2871bb433fd5a15 /archaeological_files/models.py | |
parent | 1e99edb16662266251fae93750e315d8b56593b3 (diff) | |
download | Ishtar-02136acb286d0f6b97dcbc715138f085d59767ea.tar.bz2 Ishtar-02136acb286d0f6b97dcbc715138f085d59767ea.zip |
Access control: fix get owns query for UEs, finds, warehouses and containers
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r-- | archaeological_files/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 7f37a298f..52f628817 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2017 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |