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 | 964ce0244baf55cc1af1029b67f991a0865f1f3c (patch) | |
tree | 72aaceee89f2fe1e30602314d2871bb433fd5a15 /archaeological_files/models.py | |
parent | 9356c39d093063a7127ad4634492a3450aa698fe (diff) | |
download | Ishtar-964ce0244baf55cc1af1029b67f991a0865f1f3c.tar.bz2 Ishtar-964ce0244baf55cc1af1029b67f991a0865f1f3c.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 |