diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 17:45:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-12 17:45:08 +0200 |
commit | 7d8bfcc053c9d3448e405f90df6eff214ac7d2e3 (patch) | |
tree | 9071c6c3d33e85fe13288a893607ec08789f420f /ishtar_common | |
parent | fe9484b72cd2daed7cfb2bf7f9b330bd0e0b76dd (diff) | |
download | Ishtar-7d8bfcc053c9d3448e405f90df6eff214ac7d2e3.tar.bz2 Ishtar-7d8bfcc053c9d3448e405f90df6eff214ac7d2e3.zip |
Add operator to searches (refs #1678)
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 429c8217b..fd4a76dc0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2014 É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 |