Loading initial data with Django 1.7 and data migrations
I recently switched from Django 1.6 to 1.7, and I began using migrations (I never used South).
I recently switched from Django 1.6 to 1.7, and I began using migrations (I never used South).
I have an application which is in BETA mode. The model of this app has some classes with an explicit primary_key. As a consequence Django use the fields and doesn’t create an id automatically.