Igor Melnyk

Results 20 comments of Igor Melnyk

``` from modeltranslation.utils import fallbacks with fallbacks(False): is_published = object.published ```

MODELTRANSLATION_ENABLE_FALLBACKS is a global option. so it can be not a good idea as only BooleanField has problem with fallback

I agree. If it's possible, it shouldn't delete and just extend migration commands in an extra file. In another case it should show an error message that non-migrated files are...

@long2ice I see there is a closed issue #148. But looks like it was closed mistakenly. The main idea of that issue was using python code in migrations files, but...

+1 Please, update key http://download.opensuse.org/repositories/home:olav-st/xUbuntu_14.04/Release.key pub 2048R/A2B5E9D5 2013-08-11 [expired: 2015-10-20]

As result I've moved to `django-redis` using `django.contrib.sessions.backends.cache` as `SESSION_ENGINE`. It works very good and has more functionality.

@2tunnels hi! it sounds ok, but your `custom_renderer` is already implemented as `httpserver mode` :) It can be a minor feature in the future, but I don't see any reason...

I think it will be better to implement class-based backend pattern. I'll think about it.