1. 10 Tem, 2014 1 kayıt (commit)
  2. 29 Nis, 2014 1 kayıt (commit)
  3. 24 Ara, 2013 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Renamed AppCache to Apps. · 1716b7ce
      Aymeric Augustin yazdı
      Also renamed app_cache to apps and "app cache" to "app registry".
      
      Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
      1716b7ce
  4. 22 Ara, 2013 1 kayıt (commit)
  5. 17 Ara, 2013 3 kayıt (commit)
    • Aymeric Augustin's avatar
      Deborgified the app cache. · 0242c56f
      Aymeric Augustin yazdı
      Improved Andrew's hack to create temporary app caches to handle
      migrations. Now the main app cache has a "master" flag set to True
      (which is a non-default keyword argument, thus unlikely to be used by
      mistake). Other app cache instances have "master" set to False.
      
      The only sanctioned way to access the app cache is by importing
      django.core.apps.app_cache.
      
      If you were instanciating an app cache and relying on the Borg pattern,
      you'll have to refactor your code.
      0242c56f
    • Aymeric Augustin's avatar
      Moved the new app cache inside core. · 4a56a93c
      Aymeric Augustin yazdı
      4a56a93c
    • Aymeric Augustin's avatar
      Moved django.db.models.loading to django.apps.cache. · 860c2c8b
      Aymeric Augustin yazdı
      This commit doesn't contain any code changes; it's purely a refactoring.
      860c2c8b
  6. 17 Eki, 2013 1 kayıt (commit)
  7. 06 Eyl, 2013 1 kayıt (commit)
  8. 10 May, 2013 1 kayıt (commit)
  9. 01 May, 2013 1 kayıt (commit)
  10. 13 Tem, 2005 1 kayıt (commit)