Re: Django 2.1.2 update, admin interface broken: render() got an unexpected keyword argument 'renderer'

2018-10-08 Thread carlos
Hi, many third party app same error for example django-autocomplete-light, this solution https://github.com/stuartaccent/django-autocomplete-light/commit/cfc5f4a25fcb4937cf07fc65ef4ed549ca0d1338 add renderer parameter in the function render this solve the problem . you need find in you widget app

Re: Django 2.1.2 update, admin interface broken: render() got an unexpected keyword argument 'renderer'

2018-10-08 Thread Aileen
Thanks for the response! Which lines of the widget code should we update? We are also using Docker to host our Django dev/production environments - is there a way to update widget code that will persist between builds? On Monday, October 8, 2018 at 7:25:43 PM UTC-7, Aileen wrote: > > Hello, > >

Re: Django 2.1.2 update, admin interface broken: render() got an unexpected keyword argument 'renderer'

2018-10-08 Thread carlos
yes verison 2.1 remove see this link https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-2-1 you need update you code in widget part. On Mon, Oct 8, 2018 at 8:25 PM Aileen wrote: > Hello, > > After upgrading Django from 2.0.8 to 2.1.2, the admin interface no long

Django 2.1.2 update, admin interface broken: render() got an unexpected keyword argument 'renderer'

2018-10-08 Thread Aileen
Hello, After upgrading Django from 2.0.8 to 2.1.2, the admin interface no longer seems to work due to some problems with our widgets. This is the error that I get: [image: image.png] And here is the full call stack: Environment: Request Method: GET Request URL: http://localhost:8000/admin/w