Django-jet: Django 2.1 Fix render() got an unexpected keyword argument 'renderer'

Created on 5 Sep 2018  路  4Comments  路  Source: geex-arts/django-jet

On google_analytics.py 145 no line:
Please change

def render(self, name, value, attrs=None):

to

def render(self, name, value, attrs=None, renderer=None):

Most helpful comment

I dont have any custom render method, still I'm getting this error!

All 4 comments

@nikolas310 you did a new pull request, isn't it?

Yes bro.

You just have to upgrade some of your packages
I was having this problem when i upgraded to django-2.1.7 but I also upgraded some of my packages
like django-smuggler form 0.9.0 to 0.9.1 and my issue was resolved.

I dont have any custom render method, still I'm getting this error!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

erayerdin picture erayerdin  路  5Comments

imdario picture imdario  路  5Comments

ramses132 picture ramses132  路  3Comments

kevin-miles picture kevin-miles  路  5Comments

socrec picture socrec  路  8Comments