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
a7ca8afb
Kaydet (Commit)
a7ca8afb
authored
Tem 16, 2018
tarafından
François Freitag
Kaydeden (comit)
Carlton Gibson
Tem 16, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[2.1.x] Fixed django/http/request.py docstring typo.
Backport of
93e721a0
from master
üst
50dc9fad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
request.py
django/http/request.py
+1
-1
No files found.
django/http/request.py
Dosyayı görüntüle @
a7ca8afb
...
@@ -165,7 +165,7 @@ class HttpRequest:
...
@@ -165,7 +165,7 @@ class HttpRequest:
def
build_absolute_uri
(
self
,
location
=
None
):
def
build_absolute_uri
(
self
,
location
=
None
):
"""
"""
Build an absolute URI from the location and the variables available in
Build an absolute URI from the location and the variables available in
this request. If no ``location`` is specified, bu
li
d the absolute URI
this request. If no ``location`` is specified, bu
il
d the absolute URI
using request.get_full_path(). If the location is absolute, convert it
using request.get_full_path(). If the location is absolute, convert it
to an RFC 3987 compliant URI and return it. If location is relative or
to an RFC 3987 compliant URI and return it. If location is relative or
is scheme-relative (i.e., ``//example.com/``), urljoin() it to a base
is scheme-relative (i.e., ``//example.com/``), urljoin() it to a base
...
...
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