| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-28 | [1.7.x] Fixed an Oracle test failure introduced by 1e404180c1. | Simon Charette | |
| Backport of e98c5513cb from master | |||
| 2014-08-28 | [1.7.x] Fixed #23379 -- Corrected a referencing issue in sql_create. | Simon Charette | |
| Thanks to Trac alias flakfizer for the report. Backport of 1e404180c1 from master | |||
| 2014-06-08 | [1.7.x] Fix router_honored test to not close connection | Andrew Godwin | |
| 2013-12-29 | Changed sql_* to use an app config instead of a models module. | Aymeric Augustin | |
| 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-22 | Moved apps back in the toplevel django namespace. | Aymeric Augustin | |
| Reverted 4a56a93cc458e9ab4dcab95d9f5067d4975dd1a2. | |||
| 2013-12-17 | Moved the new app cache inside core. | Aymeric Augustin | |
| 2013-12-17 | Deprecated get_app(). | Aymeric Augustin | |
| 2013-12-17 | Removed module-level functions for the app cache. | Aymeric Augustin | |
| Since the original ones in django.db.models.loading were kept only for backwards compatibility, there's no need to recreate them. However, many internals of Django still relied on them. They were also imported in django.db.models. They never appear in the documentation, except a quick mention of get_models and get_app in the 1.2 release notes to document an edge case in GIS. I don't think that makes them a public API. This commit doesn't change the overall amount of global state but clarifies that it's tied to the app_cache object instead of hiding it behind half a dozen functions. | |||
| 2013-11-02 | PEP8 cleanup | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-10-16 | Fixed #19657 -- Made sql commands honor allow_migrate | Claude Paroz | |
| Thanks Manel Clos for the report and the initial patch, and Marc Tamlyn and Tim Graham for the review. | |||
| 2013-10-13 | Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. | Aymeric Augustin | |
| Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362. | |||
| 2013-05-29 | Fixed #15697 -- Made sqlindexes aware of auto-created tables | Claude Paroz | |
| Thanks mbertheau for the report and Ash Christopher for the initial patch. | |||
| 2013-05-27 | Fixed #20013 -- A test for sqlall fails under Oracle | Shai Berger | |
| 2013-02-26 | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
