djangomod.syncdb migration awkward with django 1.7 #16674
Labels
Bug
broken, incorrect, or confusing behavior
Execution-Module
P3
Priority 3
Platform
Relates to OS, containers, platform-based utilities like FS, system based apps
severity-low
4th level, cosemtic problems, work around exists
stale
Milestone
As of Django
1.7
, thesyncdb
command is deprecated, and defers to themigrate
command. The migrate command does not accept a--migrate
flag. So what you end up having to do if you want to run migrations is to runsyncdb
withmigrate: False
.What's the correct way to deal with different versions of tools in salt modules?
The text was updated successfully, but these errors were encountered: