fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bugfix
[prawokultury.git]
/
migdal
/
helpers.py
diff --git
a/migdal/helpers.py
b/migdal/helpers.py
index
4fec03a
..
1fdbdd4
100644
(file)
--- a/
migdal/helpers.py
+++ b/
migdal/helpers.py
@@
-12,6
+12,7
@@
from django.utils.translation import get_language, string_concat
class EntryType(namedtuple('EntryType', 'db slug commentable on_main')):
class EntryType(namedtuple('EntryType', 'db slug commentable on_main')):
+ __slots__ = ()
def __unicode__(self):
return unicode(self.slug)
def __unicode__(self):
return unicode(self.slug)