Jacob Rief

Results 514 comments of Jacob Rief

@amadornimbis Before releasing django-shop-0.12, which will hopefully support Django-1.11, I first must release django-angular-2.0. There are some API breaking changes and some JS code from django-SHOP has been generalized and...

You may try the 0.13 branch, it supports Python-3.6 and Django-1.11 wait, until the next version of djangocms-cascade has been released

Good idea! This means that we have to add a ``ForeignKey`` onto ``auth.Group`` in ``Notification``.

Thanks for this pull request. Rendering the previous and next siblings of a product, may really be useful in some situations. Just some points I would have done differently: *...

It's `admin:shop_customerproxy_changelist` Small hint to find out yourself: - Go to the admin page you are looking for. - Copy the URL without the site part, here `/en/admin/shop/customerproxy/`. - Run...

What shall `AnswerSheetModelAdmin` do? BTW, if you are using a tuple in `list_display = ('get_customer')`, don't forget the comma – you did. It is better to use lists anyway.

With which version of Django did you test this? Since ``html_to_text `` is a non-trivial function, I'd like to see a unit-test, so that I can be sure, that it...

Currently I am replacing django-angular against [django-formset](https://github.com/jrief/django-formset) (a library which has no dependencies to any JavaScript framework). If that library is ready, I probably will replace the rendering part against...

In the database, amounts are always stored as Decimal types. Reason for this is, that 99% of all shops keep their product prices in one canonical currency and for the...