Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django 1.11

Update To 1.11: Typeerror Build_attrs() Takes At Most 2 Arguments (3 Given)

I a updating from 1.10.7 to 1.11.0 and I am getting the following error when viewing a form. I cann… Read more Update To 1.11: Typeerror Build_attrs() Takes At Most 2 Arguments (3 Given)

Django 1.11: Python 3.6 Upgrade Causes Issues With Ssl Connections

I just upgraded my Django 1.10 (Python 3.5) app to Django 1.11 (Python 3.6) in my MacOS Sierra. Mo… Read more Django 1.11: Python 3.6 Upgrade Causes Issues With Ssl Connections