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
9cebb953
Kaydet (Commit)
9cebb953
authored
Kas 26, 2014
tarafından
Simon Charette
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adjusted a comment to reflect some app refactor changes.
üst
63028931
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
related.py
django/db/models/fields/related.py
+3
-3
No files found.
django/db/models/fields/related.py
Dosyayı görüntüle @
9cebb953
...
...
@@ -70,9 +70,9 @@ def add_lazy_relation(cls, field, relation, operation):
model_name
=
relation
.
_meta
.
object_name
# Try to look up the related model, and if it's already loaded resolve the
# string right away. If get_
model returns None, it means that the related
#
model isn't loaded yet, so we need to pend the relation until the class
# is prepared.
# string right away. If get_
registered_model raises a LookupError, it means
#
that the related model isn't loaded yet, so we need to pend the relation
#
until the class
is prepared.
try
:
model
=
cls
.
_meta
.
apps
.
get_registered_model
(
app_label
,
model_name
)
except
LookupError
:
...
...
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