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
Depo (repository)
9c096ab981d57123a0774f9ddf229084e0bb54a1
Dal (branch)/etiket değiştir
django
tests
regressiontests
test_client_regress
Geçmiş
Dosya bul
Arşiv Formatı Seç
Kaynak kodu
İndir zip
İndir tar.gz
İndir tar.bz2
İndir tar
Fixed override_settings usage in test_client_regress
· 566ac30e
Claude Paroz
12 years ago
yazdı
566ac30e
Adı
Son kayıt (commit)
Son güncelleme
..
bad_templates
Fixed #8136: Added a signal emission when an error is raised handling an error. This was required for the test client to handle missing 404.html templates and errors in the 404.html template. Thanks to danfairs for the report and fix.
16 years ago
fixtures
Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner.
16 years ago
templates
Fixed #15368 - test failures due to regression with RequestContext
14 years ago
__init__.py
Improved error reporting for assertions where there are no form errors, or a non-existent field has been provided. Also created a test client regression test, to hold the tests validating the failure cases of the TestCase assertions.
17 years ago
models.py
Moved test_client_regress tests from models.py to tests.py
12 years ago
session.py
Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478.
13 years ago
tests.py
Fixed override_settings usage in test_client_regress
12 years ago
urls.py
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft
13 years ago
views.py
Cleaned up test_client_regress tests
12 years ago