Jacob Rief
Jacob Rief
It took me quite a while to figure out that the documentation on **Adding Custom Types**, using the ``AmountField`` sample code, seems not to work as described. What I did:...
If I borrow some code from the docs, say ``` from __future__ import unicode_literals from django.utils.encoding import python_2_unicode_compatible, force_text from django.db import models from parler.models import TranslatableModel from parler.managers import...
I added support for Retina display in easy-thumbnails, see this pull request: https://github.com/SmileyChris/easy-thumbnails/pull/199 The problem is, that `ThumbnailerNameMixin.get_thumbnail_name` is overloading this method from `easy_thumbnails/files/Thumbnailer`. This means, that in order to...
Uploading files which contain non-ASCII characters, for instance German Umlauts, currently is not possible.
Thumbnail Options are only required, if you want to predefine image sizes. Some of my customers are confused about this setting and never need it. Would it be possible to...
This was useful a few years ago, when browsers were not able to fetch the image appropriate for their media settings, but with the advent of ```` this settings became...
It would be useful to have information about whether a product is already inside the Cart or the watchlist. This could be achieved by adding two Boolean fields to the...
This pull request adds another self-registration option to the shop-cascade-auth plugins, named "Register User with Activation". If the merchant select this option, a new customer may register himself, but before...
... and if possible extract all the full text search related code and build a separate Django app.
Specially the forms in the checkout are heavily dependent on the django-angular library. This implicitly adds a dependency to AngularJS, which is something not everybody wants. By using REST serializers...