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
4b725320
Kaydet (Commit)
4b725320
authored
Mar 22, 2014
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[1.7.x] Added release note about strip_tags improvement
Backport of
1c8dbb0c
from master.
üst
80f08dbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
1.6.3.txt
docs/releases/1.6.3.txt
+3
-0
1.7.txt
docs/releases/1.7.txt
+6
-0
No files found.
docs/releases/1.6.3.txt
Dosyayı görüntüle @
4b725320
...
@@ -23,3 +23,6 @@ several bugs in 1.6.2:
...
@@ -23,3 +23,6 @@ several bugs in 1.6.2:
:class:`~django.forms.IntegerField` subclasses from being overwritten by the
:class:`~django.forms.IntegerField` subclasses from being overwritten by the
code in their ``__init__`` method
code in their ``__init__`` method
(`#22245 <http://code.djangoproject.com/ticket/22245>`_).
(`#22245 <http://code.djangoproject.com/ticket/22245>`_).
* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot
guarantee an HTML-safe result, as stated in the documentation).
docs/releases/1.7.txt
Dosyayı görüntüle @
4b725320
...
@@ -792,6 +792,12 @@ Tests
...
@@ -792,6 +792,12 @@ Tests
* The database settings for testing have been collected into a dictionary
* The database settings for testing have been collected into a dictionary
named :setting:`TEST <DATABASE-TEST>`.
named :setting:`TEST <DATABASE-TEST>`.
Utilities
^^^^^^^^^
* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot
guarantee an HTML-safe result, as stated in the documentation).
Validators
Validators
^^^^^^^^^^
^^^^^^^^^^
...
...
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