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 | 01a2ee823110737dfc47f09d2a4471ec8ed39445 (patch) | |
tree | 9071c6c3d33e85fe13288a893607ec08789f420f /ishtar_common/models.py | |
parent | 659b0b0b1e59e845fe0843854293c771a01113a9 (diff) | |
download | Ishtar-01a2ee823110737dfc47f09d2a4471ec8ed39445.tar.bz2 Ishtar-01a2ee823110737dfc47f09d2a4471ec8ed39445.zip |
Add operator to searches (refs #1678)
Diffstat (limited to 'ishtar_common/models.py')
-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 |