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
5bcd2920
Kaydet (Commit)
5bcd2920
authored
Kas 19, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.
üst
45db7f7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
base.py
django/db/backends/mysql/base.py
+0
-4
1.8.txt
docs/releases/1.8.txt
+3
-0
No files found.
django/db/backends/mysql/base.py
Dosyayı görüntüle @
5bcd2920
...
...
@@ -50,10 +50,6 @@ from django.utils.safestring import SafeBytes, SafeText
from
django.utils
import
six
from
django.utils
import
timezone
# Raise exceptions for database warnings if DEBUG is on
if
settings
.
DEBUG
:
warnings
.
filterwarnings
(
"error"
,
category
=
Database
.
Warning
)
DatabaseError
=
Database
.
DatabaseError
IntegrityError
=
Database
.
IntegrityError
...
...
docs/releases/1.8.txt
Dosyayı görüntüle @
5bcd2920
...
...
@@ -774,6 +774,9 @@ Miscellaneous
in ``django.test.utils`` were removed. Override ``TEMPLATE_LOADERS`` with
``override_settings`` instead.
* Warnings from the MySQL database backend are no longer converted to
exceptions when :setting:`DEBUG` is ``True``.
.. _deprecated-features-1.8:
Features deprecated in 1.8
...
...
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