1 changed files with 4 additions and 0 deletions
@ -1,6 +1,10 @@
|
||||
from django.conf import settings |
||||
|
||||
|
||||
VERSION = (0, 2, 0) |
||||
__version__ = '.'.join(map(str, VERSION)) |
||||
|
||||
|
||||
USE_TRANSLATABLE_FIELDS = getattr(settings, 'CONTENT_USE_TRANSLATABLE_FIELDS', True) |
||||
|
||||
# TODO Implement translatable AutoSlugField: USE_TRANSLATABLE_SLUG_FIELDS = getattr(settings, 'CONTENT_USE_TRANSLATABLE_SLUG_FIELDS', True) |
||||
|
Loading…
Reference in new issue