问题描述
django是否包含没有南方应用程序的迁移概念?
如果不是为什么不将它们包含在Django 1.4中? [因为它必须有]
If not why didn't they include it in Django 1.4 ? [ Since, its a must have ]
请帮助..
推荐答案
p>不,没有。南方被认为是Django中数据库迁移的事实上标准。 可以在Django开发wiki中找到。
No, it doesn't. South is considered as the 'de facto' standard for database migration in Django. Further reading can be found in the Django development wiki.
从版本1.2发行说明:
From the version 1.2 release notes:
这很可能还是有效的。南方有局限性,在django.contrib模块中仍然有差距可以被认为是缺陷。
This, most probably, is still valid. South has it's limitations, it still has gaps that could be considered as flaws when being a django.contrib module.
那就是说,我想补充一点:南依然是极端的userfull。
That said, i want to add: south still is extremely userfull.
这篇关于核心django是否支持迁移,没有django-south或类似的应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!