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
f59a0401
Kaydet (Commit)
f59a0401
authored
Eki 18, 2015
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
üst
6ff50012
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
widgets.py
django/forms/widgets.py
+1
-5
test_media.py
tests/forms_tests/tests/test_media.py
+0
-0
No files found.
django/forms/widgets.py
Dosyayı görüntüle @
f59a0401
...
...
@@ -81,11 +81,7 @@ class Media(object):
if
path
.
startswith
((
'http://'
,
'https://'
,
'/'
)):
return
path
if
prefix
is
None
:
if
settings
.
STATIC_URL
is
None
:
# backwards compatibility
prefix
=
settings
.
MEDIA_URL
else
:
prefix
=
settings
.
STATIC_URL
prefix
=
settings
.
STATIC_URL
return
urljoin
(
prefix
,
path
)
def
__getitem__
(
self
,
name
):
...
...
tests/forms_tests/tests/test_media.py
Dosyayı görüntüle @
f59a0401
This diff is collapsed.
Click to expand it.
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