| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-30 | Fixed #23556 -- Raised a more meaningful error message when migrations refer ↵ | Markus Holtermann | |
| to an unavailable node | |||
| 2014-09-29 | Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. | Thomas Chaumeny | |
| Thanks Collin Anderson for the review. | |||
| 2014-09-05 | Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting" | Claude Paroz | |
| This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734. | |||
| 2014-08-30 | Fixed #23384 -- Allowed overriding part of a dictionary-type setting | Claude Paroz | |
| This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review. | |||
| 2014-07-22 | Fixed #23071 -- Use last migration's name in dependency to other app | Jeroen Dekkers | |
| Changed the autodetector to lookup the name of the other app's last migration in the graph and use that as dependency instead of using __latest__. | |||
| 2014-06-17 | Fixed #22861: Internal migrations done first so __first__ works | Andrew Godwin | |
| Thanks to Chris Beaven. | |||
| 2014-06-17 | Fix __latest__ to actually resolve to the latest migration | Andrew Godwin | |
| 2014-06-16 | Removed some u'' prefixes to fix Python 3.2. | Tim Graham | |
| 2014-06-16 | Added database migration for contrib.auth. | Tim Graham | |
| refs #22170. | |||
| 2014-06-16 | Added database migration for contrib.contenttypes. | Tim Graham | |
| Moved contenttypes tests to allow them to run correctly in the presence of migrations. refs #22170. | |||
| 2014-06-05 | Merge pull request #2736 from SmileyChris/migration-run_before | Andrew Godwin | |
| Fixed #22725 - Migration.run_before does nothing | |||
| 2014-05-29 | Fix additional test failures caused by migration pollution | Andrew Godwin | |
| 2014-05-29 | Implement Migration.run_before | Chris Beaven | |
| This attribute (used for reverse dependencies) was previously declared and mentioned in the code, but never actually used. | |||
| 2014-04-30 | Fixed #22485: Include all unmigrated apps in project state by default. | Andrew Godwin | |
| 2014-04-30 | Fixed #22474 -- Made migration recorder aware of multiple databases | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2014-01-08 | Make test stronger to hopefully fix odd Jenkins failure | Andrew Godwin | |
| 2014-01-08 | Fixed #21142: Dependency failures on unmigrated apps. | Andrew Godwin | |
| 2013-12-24 | Renamed AppCache to Apps. | Aymeric Augustin | |
| Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready(). | |||
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
| 2013-10-23 | Fix migration planner to fully understand squashed migrations. And test. | Andrew Godwin | |
| 2013-09-06 | Fixed #21015 -- Fixed MigrationLoader when importlib.import_module returns a ↵ | Loic Bistuer | |
| file module or an empty directory. | |||
| 2013-09-06 | Fixed #21014 -- Fixed gobbled ImportError in MigrationLoader. | Loic Bistuer | |
| 2013-07-22 | Make migrate command recognise prefixes and 'zero'. | Andrew Godwin | |
| 2013-06-19 | Fix test running with new apps stuff/migrate actually running migrations | Andrew Godwin | |
| 2013-05-30 | Add an Executor for end-to-end running | Andrew Godwin | |
| 2013-05-29 | Start adding operations that work and tests for them | Andrew Godwin | |
| 2013-05-18 | Split up test and make the State classes a bit better. | Andrew Godwin | |
