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
1e0a5b79
Kaydet (Commit)
1e0a5b79
authored
Haz 09, 2015
tarafından
Nik Nyby
Kaydeden (comit)
Tim Graham
Haz 09, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[1.8.x] Fixed typos in docs/topics/python3.txt
Backport of
f67127e0
from master
üst
9cf5c4dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
python3.txt
docs/topics/python3.txt
+3
-3
No files found.
docs/topics/python3.txt
Dosyayı görüntüle @
1e0a5b79
...
...
@@ -8,7 +8,7 @@ compatibility layer.
.. _six: http://pythonhosted.org/six/
This document is primarily targeted at authors of pluggable application
This document is primarily targeted at authors of pluggable application
s
who want to support both Python 2 and 3. It also describes guidelines that
apply to Django's code.
...
...
@@ -149,7 +149,7 @@ result with the system encoding. Conversely, the
In Python 3, there's simply :meth:`~object.__str__`, which must return ``str``
(text).
(It is also possible to define :meth:`~object.__bytes__`, but Django application
(It is also possible to define :meth:`~object.__bytes__`, but Django application
s
have little use for that method, because they hardly ever deal with ``bytes``.)
Django provides a simple way to define :meth:`~object.__str__` and
...
...
@@ -208,7 +208,7 @@ Coding guidelines
=================
The following guidelines are enforced in Django's source code. They're also
recommended for third-party application
who
follow the same porting strategy.
recommended for third-party application
s that
follow the same porting strategy.
Syntax requirements
-------------------
...
...
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