mitodl / ccxcon

CCXCon API
GNU Affero General Public License v3.0
7 stars 0 forks source link

Django 1.9 changes #51

Closed bdero closed 8 years ago

bdero commented 8 years ago

Let's keep track of things that can affect the code base when moving to 1.9.

Here's one:

pdpinch commented 8 years ago

So keeping track of issues went right to upgrading? Is there user value to this upgrade?

justinabrahms commented 8 years ago

There are things that make django 1.9 nicer. self.client.force_login in testing, self.client.json being two in particular.