sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Update to use Django 1.7 and Python 3.4 #139

Closed macro1 closed 9 years ago

macro1 commented 9 years ago

If anyone knows how to do redirects on readthedocs.org, I renamed the part on migrations to remove the reference to south.

Also, Django 1.7.1 is out, but we can hold off on updating the minor version till we get closer to the 15th. (Or not at all, since nothing is fundamentally changing.)

macro1 commented 9 years ago

@riseriyo and @michaelerobertsjr, I'm looking through the issues reported, but I think this will solve most of them. If you have time, I would love to have feedback on anything I missed in the changes I made. We can tackle improvements in seperate PR's.

macro1 commented 9 years ago

Self-merging, for great justice.