Martin Moss
Martin Moss
This fixes the "AssertionError: Hop-by-hop headers not allowed" error that occurs when trying to share your urls on facebook/twitter etc...
I'm looking for something like this https://github.com/daniyalzade/django_reverse_admin. but in a nested inline.
Fixes https://github.com/jazzband/django-configurations/issues/236
Given this part of my document class Meta: routing = MetaField(required=True) running this command `./manage.py search_index --rebuild` gives this error `elasticsearch.helpers.errors.BulkIndexError: ('96 document(s) failed to index.', [{'index': {'_index': 'demand', '_type':...
Have spent a bit of time on this, and managed to do the upgrade. As our fork is not easily mergeable to this original, I can't raise a pull request,...
I couldn't test the AutoCompleteMultipleWidget but I've converted it as best as I can tell. But any help testing it would be appreciated... I've tested the AutoCompleteWidget, and it works...
As part of a heroku implementation I removed the database backend and used hard coded configuration values for users and groups. And after this I started getting configParser errors... The...
Hi, I've been trying to find a simple solution to use revproxy to proxy our blog (http://blog.example.com) onto a subdirectory of our django app. I need to do 2 things...