Changes between Version 2 and Version 3 of Ticket #23906, comment 3
- Timestamp:
- May 25, 2015, 5:14:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23906, comment 3
v2 v3 19 19 }}} 20 20 21 So, when it came time to create a initial migration using Django 1.7 native migration framework, it picked the original `('char_field', 'fk_field')` read from the models.py file.21 So, when it came time to create a initial migration using Django 1.7 native migrations framework, it picked the original `('char_field', 'fk_field')` read from the models.py file. 22 22 23 23 But when: