1. 28 Ock, 2017 1 kayıt (commit)
  2. 18 Ock, 2017 2 kayıt (commit)
  3. 13 Ock, 2017 1 kayıt (commit)
    • Simon Charette's avatar
      Removed available_apps on TestCase subclasses. · 91023d79
      Simon Charette yazdı
      TestCase subclasses are wrapped in a transaction that prevents any data from
      being persisted between test runs andi thus don't require limiting the tables
      to be flushed to a subset of available apps like TransactionTestCase subclasses
      do.
      91023d79
  4. 11 Kas, 2016 1 kayıt (commit)
  5. 28 Haz, 2016 1 kayıt (commit)
  6. 06 Şub, 2015 1 kayıt (commit)
  7. 17 Ock, 2015 1 kayıt (commit)
  8. 24 Ara, 2013 3 kayıt (commit)
  9. 23 Ara, 2013 1 kayıt (commit)
  10. 22 Ara, 2013 1 kayıt (commit)
  11. 17 Ara, 2013 3 kayıt (commit)
    • Aymeric Augustin's avatar
      Moved the new app cache inside core. · 4a56a93c
      Aymeric Augustin yazdı
      4a56a93c
    • Aymeric Augustin's avatar
      Removed module-level functions for the app cache. · 8662654d
      Aymeric Augustin yazdı
      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.
      8662654d
    • 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
  12. 03 Eyl, 2013 1 kayıt (commit)
  13. 29 Tem, 2013 1 kayıt (commit)
  14. 14 Haz, 2013 1 kayıt (commit)
  15. 26 Şub, 2013 2 kayıt (commit)
  16. 20 Ara, 2012 1 kayıt (commit)
  17. 24 Kas, 2012 2 kayıt (commit)