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
071af825
Kaydet (Commit)
071af825
authored
Ara 09, 2015
tarafından
Damien
Kaydeden (comit)
Tim Graham
Ara 10, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #25099 -- Added removal of build_request_repr() to 1.9 release notes.
üst
c8b3fbe2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
1.9.txt
docs/releases/1.9.txt
+3
-2
No files found.
docs/releases/1.9.txt
Dosyayı görüntüle @
071af825
...
@@ -853,8 +853,9 @@ It was redundant to display the full details of the
...
@@ -853,8 +853,9 @@ It was redundant to display the full details of the
:class:`~django.http.HttpRequest` each time it appeared as a stack frame
:class:`~django.http.HttpRequest` each time it appeared as a stack frame
variable in the HTML version of the debug page and error email. Thus, the HTTP
variable in the HTML version of the debug page and error email. Thus, the HTTP
request will now display the same standard representation as other variables
request will now display the same standard representation as other variables
(``repr(request)``). As a result, the method
(``repr(request)``). As a result, the
``ExceptionReporterFilter.get_request_repr()`` was removed.
``ExceptionReporterFilter.get_request_repr()`` method and the undocumented
``django.http.build_request_repr()`` function were removed.
The contents of the text version of the email were modified to provide a
The contents of the text version of the email were modified to provide a
traceback of the same structure as in the case of AJAX requests. The traceback
traceback of the same structure as in the case of AJAX requests. The traceback
...
...
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