fnp
/
django-migdal.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Consistent use of languages settings, and Django 1.10 fixes.
[django-migdal.git]
/
migdal
/
helpers.py
diff --git
a/migdal/helpers.py
b/migdal/helpers.py
index
8c06c16
..
e62333d
100644
(file)
--- a/
migdal/helpers.py
+++ b/
migdal/helpers.py
@@
-2,9
+2,10
@@
# This file is part of PrawoKultury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
# This file is part of PrawoKultury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
+
+
class EntryType(object):
class EntryType(object):
- def __init__(self, db, slug, commentable=False, on_main=False,
- promotable=False, categorized=False):
+ def __init__(self, db, slug, commentable=False, on_main=False, promotable=False, categorized=False):
self.db = db
self.slug = slug
self.commentable = commentable
self.db = db
self.slug = slug
self.commentable = commentable