Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
9bfdad54
Kaydet (Commit)
9bfdad54
authored
Ara 17, 2013
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Style cleanup forgotten in second previous commit.
üst
2bc89f83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
cache.py
django/core/apps/cache.py
+8
-9
No files found.
django/core/apps/cache.py
Dosyayı görüntüle @
9bfdad54
...
@@ -41,22 +41,21 @@ class AppCache(object):
...
@@ -41,22 +41,21 @@ class AppCache(object):
self
.
master
=
master
self
.
master
=
master
# Mapping of labels to AppConfig instances for installed apps.
# Mapping of labels to AppConfig instances for installed apps.
self
.
app_configs
=
OrderedDict
()
self
.
app_configs
=
OrderedDict
()
# Pending lookups for lazy relations
# Pending lookups for lazy relations
self
.
pending_lookups
=
{}
self
.
pending_lookups
=
{}
# Set of app names. Allows restricting the set of installed apps.
# Set of app names. Allows restricting the set of installed apps.
# Used by TransactionTestCase.available_apps for performance reasons.
# Used by TransactionTestCase.available_apps for performance reasons.
self
.
available_apps
=
None
self
.
available_apps
=
None
# -- Everything below here is only used when populating the cache --
# -- Everything below here is only used when populating the cache --
self
.
loaded
=
False
self
.
loaded
=
False
self
.
handled
=
set
()
self
.
handled
=
set
()
self
.
postponed
=
[]
self
.
postponed
=
[]
self
.
nesting_level
=
0
self
.
nesting_level
=
0
self
.
_get_models_cache
=
{}
self
.
_get_models_cache
=
{}
def
populate
(
self
):
def
populate
(
self
):
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment