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

Re: admin interface broken

2007-12-13 Thread Julian
this one solved it: http://groups.google.com/group/django-users/browse_thread/thread/ed22e4efc279d68d/d72a2e2f79156e01 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

admin interface broken

2007-12-13 Thread Julian
Hi there, i haven't been developing my django project for some weeks and so i continued my work today. there are three links on the right upper corner of the admin interface (documentation, change password, logout) but all of them point to "http://127.0.0.1:8000/admin/"; and nothing happens if i