Changes between Initial Version and Version 1 of Ticket #27858


Ignore:
Timestamp:
Feb 18, 2017, 10:07:59 AM (8 years ago)
Author:
Marti Raudsepp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27858 – Description

    initial v1  
    33The 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.
    44
    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.
     5Django 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.
    66
    7 PS: I understand that version 1.11 is alreday in a feature freeze, but is there aaaaany chance of getting this patch in there?
     7PS: I understand that version 1.11 is already in a feature freeze, but is there aaaaany chance of getting this patch in there?
Back to Top