Re: Migrating into Django 1.9; question about autoescape

2018-03-11 Thread Peter of the Norse
This seems odd, because autoescaping has been on since almost the beginning. https://web.archive.org/web/20080826081214/http://docs.djangoproject.com:80/en/dev/topics/templates/#id2 What actually changed with 1.9? > On Feb 13, 2018, at 7:53 AM, Bill Torcaso wrote: > >

RE: Migrating into Django 1.9; question about autoescape

2018-02-13 Thread Matthew Pava
At first, I would do your step 1. I would check for any other errors in Django 1.8, and then proceed with updating to 1.9 -> 1.10 -> 1.11 -> 2.0. You are probably going to find other issues that need to be resolved in those upgrades. Ultimately, you will probably have to do step 3. I