diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-13 01:56:39 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-13 01:56:39 +0100 |
commit | f1f3725d615a51b26b9928a21930939283713472 (patch) | |
tree | 16262ca7b62c727cf520c3f2cec4f3a116cebdba /chimere/main/models.py | |
parent | 128a0f653640602a51e0d59b7cb5bad088d98c15 (diff) | |
download | Chimère-1.0.0.tar.bz2 Chimère-1.0.0.zip |
Manage an application with no email server setv1.0.0
Diffstat (limited to 'chimere/main/models.py')
-rw-r--r-- | chimere/main/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chimere/main/models.py b/chimere/main/models.py index 4ef4c0d..3efc1bc 100644 --- a/chimere/main/models.py +++ b/chimere/main/models.py @@ -155,7 +155,6 @@ class SubCategory(models.Model): subcategories ''' sub_categories = {} - subcategories = None subcategories = cls.objects.filter(category__available=True) if not item_types: subcategories = subcategories.filter(available=True) |