Does core Django supports migration without django-south or similar app?

前端 未结 3 1035
春和景丽
春和景丽 2021-01-24 05:22

Does Django consists of a migration concept without south app?

If not why didn\'t they include it in Django 1.4? (Since, it\'s a must have).

3条回答
  •  悲&欢浪女
    2021-01-24 06:01

    Following a successful kickstarter campaign, schema migrations will be added to the Django core starting with version 1.7

    https://docs.djangoproject.com/en/dev/releases/1.7/#schema-migrations

提交回复
热议问题