Changes between Version 1 and Version 2 of Ticket #25293
- Timestamp:
- Aug 19, 2015, 2:01:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25293
- Property Triage Stage Unreviewed → Accepted
-
Ticket #25293 – Description
v1 v2 1 This report may be a duplicate of https://code.djangoproject.com/ticket/24424 , but since the scope is somewhat different and proposed fix would not solve the issue, I decided to report it separately.1 This report may be a duplicate of #24424 , but since the scope is somewhat different and proposed fix would not solve the issue, I decided to report it separately. 2 2 3 3 On Django 1.8.2, I have following model: … … 7 7 }}} 8 8 9 Using manage.py makemigrationsgenerates following operations:9 Using `manage.py makemigrations` generates following operations: 10 10 11 11 {{{