Changes between Initial Version and Version 1 of Ticket #27858
- Timestamp:
- Feb 18, 2017, 10:07:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27858 – Description
initial v1 3 3 The pull request changes MigrationRecorder is so that for read-only operations, if the django_migrations table doesn't exist, it's assumed that no migrations have been applied, instead of trying to create it. This applies to all migration commands. 4 4 5 Django has always had the problem of being "opinionated", meaning there's often fighting involved if you don't exactly follow The True Django way. :) This patch is a small step in making Django more flexible.5 Django has always had the problem of being "opinionated", meaning there's often fighting involved if you don't exactly follow The True Django Way. :) This patch is a small step in making Django more flexible. 6 6 7 PS: I understand that version 1.11 is alre day in a feature freeze, but is there aaaaany chance of getting this patch in there?7 PS: I understand that version 1.11 is already in a feature freeze, but is there aaaaany chance of getting this patch in there?