2buntu / 2buntu-blog

Source code for the 2buntu blog.
http://2buntu.com
Apache License 2.0
15 stars 11 forks source link

Enable Django's new built-in migrations #70

Closed nathan-osman closed 10 years ago

nathan-osman commented 10 years ago

As of Django 1.7 (which is currently in Release Candidate 2), support for database migrations is built in. This means (first of all) that we can drop South. Secondly, we will need to rebuild the migrations for all applications.

Despite how complicated this sounds, it's probably not going to take more than a couple hours. Naturally, these changes cannot be merged into the master branch until Django 1.7 is released.