gabn88
gabn88
As can be seen here: [Celery using Redis docs](https://docs.celeryproject.org/en/latest/getting-started/brokers/redis.html) celery supports redis with sockets. The current support of django-environ of using sockets is, least to say, flawed, see https://github.com/joke2k/django-environ/issues/226. Maybe...
And as a result, the OPTIONS request does not show all the possible choices in the API. This is related to https://github.com/mfogel/django-timezone-field/issues/61 In my opinion, this should be the first...
It seems to me this package leaves newly created DOM element hanging around. Perhaps this should be cleaned up afterwards.
I love django-rosetta! That said, it would be nice to have, next to the 'only fuzzy text' a button with 'only text with unmatched variables'. I had some text slipping...
I tried to use this on an AngularJS project, but the plnkrs aren't working anymore, making it hard to find out why the popup is not opening when clicking the...
A.k. I have a model Classroom, which has a name that is translatable. Now I want to make it possible to do a Classroom.objects.get(name_in_any_language='Room 1') to get the ID of...
Seems `Viewset`s `get_extra_action_url_map` method does not recognize namespaces. I'm using different apps via Django URL namespaces (":") but the DRF action pull down menu will not provide it. My quick...
Getting DAL to work with the bootstrap modal that loads the "registerfunction" script with the remote url is problematic with the new release. I though I had it working, but...
Please merge this change :) Thanks!
# The history: apns2 is used for communicating with Apple for push notifications (APN). It depends on hyper, which is unmaintained (see here: https://github.com/Pr0Ger/PyAPNs2/issues/126#issuecomment-1008424954). # The problem: apns2 uses an...