diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-15 10:00:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-15 10:00:12 +0100 |
commit | cd2854ba9d57d40ae2bd95d8926345c7d63fc2b3 (patch) | |
tree | 783b84ab3738d0e43a4144f02748b4ef9b107080 /ishtar_common/models.py | |
parent | f149232155219bdb5f9e73c580bb0e0b3d285ae8 (diff) | |
download | Ishtar-cd2854ba9d57d40ae2bd95d8926345c7d63fc2b3.tar.bz2 Ishtar-cd2854ba9d57d40ae2bd95d8926345c7d63fc2b3.zip |
Refactoring: EXTRA_FULL_FIELDS_LABELS -> COL_LABELS (with merge) (refs #3491)
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 ca6ba36c9..35608abdf 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -102,7 +102,7 @@ class Imported(models.Model): class ValueGetter(object): _prefix = "" GET_VALUES_EXTRA = [] - EXTRA_FULL_FIELDS_LABELS = {} + COL_LABELS = {} def get_values(self, prefix=''): if not prefix: |