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
fd04e711
Kaydet (Commit)
fd04e711
authored
Agu 15, 2012
tarafından
Adrian Holovaty
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added import of force_unicode to utils/text.py
For backwards compatibility with stupid people like me. Refs #18772.
üst
27d16a3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
text.py
django/utils/text.py
+3
-1
No files found.
django/utils/text.py
Dosyayı görüntüle @
fd04e711
...
@@ -7,7 +7,9 @@ from gzip import GzipFile
...
@@ -7,7 +7,9 @@ from gzip import GzipFile
from
django.utils.six.moves
import
html_entities
from
django.utils.six.moves
import
html_entities
from
io
import
BytesIO
from
io
import
BytesIO
from
django.utils.encoding
import
force_text
# Import force_unicode even though this module doesn't use it, because some
# people rely on it being here.
from
django.utils.encoding
import
force_text
,
force_unicode
from
django.utils.functional
import
allow_lazy
,
SimpleLazyObject
from
django.utils.functional
import
allow_lazy
,
SimpleLazyObject
from
django.utils
import
six
from
django.utils
import
six
from
django.utils.translation
import
ugettext_lazy
,
ugettext
as
_
,
pgettext
from
django.utils.translation
import
ugettext_lazy
,
ugettext
as
_
,
pgettext
...
...
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