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
1d1e246d
Kaydet (Commit)
1d1e246d
authored
Agu 19, 2016
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed DateTimeAwareJSONEncoder alias.
üst
1357e579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
json.py
django/core/serializers/json.py
+0
-3
1.11.txt
docs/releases/1.11.txt
+4
-0
No files found.
django/core/serializers/json.py
Dosyayı görüntüle @
1d1e246d
...
@@ -119,6 +119,3 @@ class DjangoJSONEncoder(json.JSONEncoder):
...
@@ -119,6 +119,3 @@ class DjangoJSONEncoder(json.JSONEncoder):
return
six
.
text_type
(
o
)
return
six
.
text_type
(
o
)
else
:
else
:
return
super
(
DjangoJSONEncoder
,
self
)
.
default
(
o
)
return
super
(
DjangoJSONEncoder
,
self
)
.
default
(
o
)
# Older, deprecated class name (for backwards compatibility purposes).
DateTimeAwareJSONEncoder
=
DjangoJSONEncoder
docs/releases/1.11.txt
Dosyayı görüntüle @
1d1e246d
...
@@ -413,6 +413,10 @@ Miscellaneous
...
@@ -413,6 +413,10 @@ Miscellaneous
* The :djadmin:`makemessages` command now requires configured settings, like
* The :djadmin:`makemessages` command now requires configured settings, like
most other commands.
most other commands.
* The undocumented ``DateTimeAwareJSONEncoder`` alias for
:class:`~django.core.serializers.json.DjangoJSONEncoder` (renamed in Django
1.0) is removed.
.. _deprecated-features-1.11:
.. _deprecated-features-1.11:
Features deprecated in 1.11
Features deprecated in 1.11
...
...
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