Christian Wiegand
Christian Wiegand
Hi, stumbled over this problem too and solved it by subclassing the django-request middleware to update the REMOTE_ADDR request header. You can find the middleware file here: https://gist.github.com/christianwgd/2b46cf6748d137b1e3ca000eb83678b3 In default...
Sorry to say, updated to 2.1.2, but this issue still appears. After copying the unminified version to the minified the error is gone. Before that i deleted the browser cache,...
As you can see [here](https://code.djangoproject.com/ticket/31327 ), the "providing_args" parameter has never had a real functionality, so you can simply omit it or move the information to a comment, like so:...
You need to create the proper environment: Create a virtual environment and install the depended python modules ("pip install -r requirements.txt"). Have a look at the Makefile, you also have...
It's a little bit late and I don't know if this is still relevant, but you can add the avatar to your admin list like so: ``` from avatar.templatetags.avatar_tags import...
Your problem will vanish as soon as this is merged: https://github.com/hellysmile/django-activeurl/pull/55. I don't think the request context processor as anything to do with this. A workaround would be to install...
I've tried to reproduce the problem in my minimal example (https://github.com/christianwgd/date_time_picker_sample). Everything is working as expected. Maybe you can compare the relevant code to find out what the difference is...
Not sure, what the images should tell us. Could you please add some comments? Thanks
Yes, I think we all had understood, what your problem is. But we want to find out why. So, did you compare your code to that one in the sample?...
First of all: It would be much easier to read, if you would paste the code as text and not as images, thanks. If I want to test if your...