Django 1.8 is more sensitive to model changes, and wants to create migrations in situations that Django 1.4 would not. Changing field defaults is an example of these situations.
Django 1.8 is more sensitive to model changes, and wants to create migrations in situations that Django 1.4 would not. Changing field defaults is an example of these situations.