Django 1.7 alpha 1 released
djangoproject.com
Django 1.7 alpha 1 released
1–10 of 23 posts
Re: Django 1.7 alpha 1 released
#2For anyone coming to Django from Rails, South seems anomalous. Outside of database migrations, Django is a very battery-included framework, so it's weird that until 1.7 data migrations were handled by third party tools (mostly South) and not mentioned at all in the Django documentation.
This is a big step for Django. I'm excited for the (not too distant) future when 1.7 is the official release.
Re: Django 1.7 alpha 1 released
#3It's great to see schema migrations move into Django core. South is great, but Django will be much better with schema migrations baked in, especially for newcomers. For anyone coming to Django from Rails, South seems anomalous. Outside of database migrations, Django is a very battery-included framework, so it's weird that until 1.7 data migrations were handled by third party tools (mostly South) and not mentioned at…
Re: Django 1.7 alpha 1 released
#4I have been waiting for something like this for a very long time. No more wondering where signals should go. [0]
[0]https://docs.djangoproject.com/en/dev/ref/applications/#djan...
Re: Django 1.7 alpha 1 released
#5> Applications can run code at startup, before Django does anything else, with the ready() method of their configuration. I have been waiting for something like this for a very long time. No more wondering where signals should go. [0] [0] https://docs.djangoproject.com/en/dev/ref/applications/#djan...
Re: Django 1.7 alpha 1 released
#6Re: Django 1.7 alpha 1 released
#7It's great to see schema migrations move into Django core. South is great, but Django will be much better with schema migrations baked in, especially for newcomers. For anyone coming to Django from Rails, South seems anomalous. Outside of database migrations, Django is a very battery-included framework, so it's weird that until 1.7 data migrations were handled by third party tools (mostly South) and not mentioned at…
Re: Django 1.7 alpha 1 released
#8Re: Django 1.7 alpha 1 released
#9Anybody have any insight into what's next?
Re: Django 1.7 alpha 1 released
#10It's great to see schema migrations move into Django core. South is great, but Django will be much better with schema migrations baked in, especially for newcomers. For anyone coming to Django from Rails, South seems anomalous. Outside of database migrations, Django is a very battery-included framework, so it's weird that until 1.7 data migrations were handled by third party tools (mostly South) and not mentioned at…
I wonder if there will be a tool to convert (migrate?) South migration data to Django's native format.