| Age | Commit message (Collapse) | Author |
|
migrating backwards.
Backport of ab2819aa7b09d36d9ff24830a9825aa52b87fdb4 from master.
|
|
unapplying the wrong migrations."
Backport of d7ab2cefb7 from master
|
|
wrong migrations.
Backport of abcf28a076 from master
|
|
|
|
|
|
|
|
|
|
Refs #22564.
Backport of 12474dace from master.
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
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.
|
|
Also renamed app_cache to apps and "app cache" to "app registry".
Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|