Changes between Version 3 and Version 6 of Ticket #27858
- Timestamp:
- Feb 20, 2017, 5:40:29 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27858
- Property Triage Stage Unreviewed → Accepted
- Property Summary makemigrations shouldn't attempt to create django_migrations table → Stop read-only management commands from attempting to create a django_migrations table
- Property Type New feature → Cleanup/optimization
-
Ticket #27858 – Description
v3 v6 4 4 5 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 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?~~