Alexander Gaevsky

Results 39 comments of Alexander Gaevsky

> Is this now ready for review and complete? @specialunderwear yep.

> Since you are not loading the mixin with get_class, what would this improve? Did not have in mind the case when the user would want to customize the whole...

@codeinthehole @maikhoepfel what do you think about using https://github.com/deschler/django-modeltranslation?

I'm thinking about integrating `django-modeltranslation`. What do you think @solarissmoke @mvantellingen ?

Currently Oscar does not have automatic search index update on related model change. You can integrate Haystack's `RealtimeSignalProcessor` or implement search index record on your own.

@ad-65 would you submit a proper PR and include unit tests? Thanks.

Pong. Thanks, we'll review soon.

Yeah, interesting one. We had this requirements at least twice.

Yeah, or similar how `csrf_exempt` implemented in Django - https://github.com/django/django/blob/f283ffaa84ef0a558eb466b8fc3fae7e6fbb547c/django/middleware/csrf.py#L211-L212. The implementation would include: - Decorator which would add property to the view class/function - `is_basket_disabled = True`. - Allow...