Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | 2014-03-03 | 1 | -1/+1 | |
| | | | | Thanks Piotr Kasprzyk for help with the patch. | |||||
* | Fix soft-apply detection of migrations with dependencies | Andrew Godwin | 2014-01-24 | 1 | -1/+3 | |
| | ||||||
* | Used app_label instead of appname. | Aymeric Augustin | 2013-12-28 | 1 | -1/+1 | |
| | | | | | | | The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path. | |||||
* | Renamed AppCache to Apps. | Aymeric Augustin | 2013-12-24 | 1 | -2/+2 | |
| | | | | | | Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready(). | |||||
* | Include deferred SQL in sqlmigrate output | Andrew Godwin | 2013-11-27 | 1 | -1/+1 | |
| | ||||||
* | Auto-apply initial migrations if their tables exist already. | Andrew Godwin | 2013-10-30 | 1 | -8/+29 | |
| | ||||||
* | Fix migration planner to fully understand squashed migrations. And test. | Andrew Godwin | 2013-10-23 | 1 | -4/+15 | |
| | ||||||
* | Make sqlmigrate ignore the RunPython operation | Andrew Godwin | 2013-09-25 | 1 | -2/+2 | |
| | ||||||
* | Adding 'sqlmigrate' command and quote_parameter to support it. | Andrew Godwin | 2013-09-06 | 1 | -0/+16 | |
| | ||||||
* | Fix weird planning issues when already fully migrated. | Andrew Godwin | 2013-08-11 | 1 | -4/+9 | |
| | ||||||
* | Add --fake option to migrate | Andrew Godwin | 2013-07-26 | 1 | -11/+13 | |
| | ||||||
* | Make migrate command recognise prefixes and 'zero'. | Andrew Godwin | 2013-07-22 | 1 | -1/+9 | |
| | ||||||
* | Initial stab at a migrate command, it's probably quite a way off. | Andrew Godwin | 2013-06-07 | 1 | -3/+14 | |
| | ||||||
* | Remove debug prints | Andrew Godwin | 2013-05-30 | 1 | -4/+0 | |
| | ||||||
* | Add an Executor for end-to-end running | Andrew Godwin | 2013-05-30 | 1 | -0/+68 | |