diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-27 19:24:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-27 19:24:00 +0100 |
commit | 89d6383db0b22fc8a274ef9b7395c2ee1bcb0a1a (patch) | |
tree | 8bf97c52e86a824093db25131ea12243e96ecd3b /archaeological_operations/models.py | |
parent | 4d3e1d822c1d9eddaa63d2a830f81d2beea50fd3 (diff) | |
download | Ishtar-89d6383db0b22fc8a274ef9b7395c2ee1bcb0a1a.tar.bz2 Ishtar-89d6383db0b22fc8a274ef9b7395c2ee1bcb0a1a.zip |
Manage relation types in searches - relation type search for operations
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 795c1a805..2703db245 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2016 É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 |