Clinton Blackburn

Results 122 comments of Clinton Blackburn

I just wasted about two hours on this issue. @pennersr what is the official methodology to override the signup form? Can we get this documented in the official documentation, please?...

@gabrielecirulli are you still looking into a feature that opens both links and comments in new tabs? This is one of my favorite features of Reddit Enhancement Suite.

The `LANGUAGES` and `LANGUAGE_CODE` context variables are set by [`django.template.context_processors.i18n`](https://docs.djangoproject.com/en/1.9/ref/templates/api/#django-template-context-processors-i18n). Defining `request.LANGUAGE_CODE` in the `build()` method should be sufficient to ensure context is properly set (assuming the project uses the...

Thanks for following up. I like your first solution since it is [supported by Django](https://docs.djangoproject.com/en/1.11/howto/custom-management-commands/#management-commands-and-locales) and doesn't involve writing a somewhat-redundant (with Django itself) view/mixin.

I, too, have this issue. After my initial installation, I moved the temperature slider a lot (not the best UI). This resulted in a lot of API calls being made,...

At a minimum the documentation should state the focus on Relay upfront. As someone coming from DRF, the documentation seems incomplete. https://docs.graphene-python.org/projects/django/en/latest/filtering/

Any update on this? Is there a plan to implement a fix?

I replaced httpretty with the responses library.

A mistake that some apps make is that they do too much. I want a badging library, not a badging _and_ notifications library. Odds are my rules for notifications (e.g....