0002_auto_20151208_1034.py
608 Bytes
- 
Add migrations due to field default changes from #10802. · f975ae03Django 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. Peter Fogg committed