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
0a8c6854
Kaydet (Commit)
0a8c6854
authored
Kas 05, 2016
tarafından
Alix Martineau
Kaydeden (comit)
Tim Graham
Ara 20, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #27439 -- Documented macOS locale configuration for Django tests.
üst
0b4d5172
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
unit-tests.txt
docs/internals/contributing/writing-code/unit-tests.txt
+9
-0
spelling_wordlist
docs/spelling_wordlist
+1
-0
No files found.
docs/internals/contributing/writing-code/unit-tests.txt
Dosyayı görüntüle @
0a8c6854
...
...
@@ -326,6 +326,15 @@ You can resolve this on Debian-based systems, for example, by running::
$ apt-get install locales
$ dpkg-reconfigure locales
You can resolve this for macOS systems by configuring your shell's locale::
$ export LANG="en_US.UTF-8"
$ export LC_ALL="en_US.UTF-8"
Run the ``locale`` command to confirm the change. Optionally, add those export
commands to your shell's startup file (e.g. ``~/.bashrc`` for Bash) to avoid
having to retype them.
Tests that only fail in combination
-----------------------------------
...
...
docs/spelling_wordlist
Dosyayı görüntüle @
0a8c6854
...
...
@@ -452,6 +452,7 @@ lowercasing
lt
lte
Luhn
macOS
Magee
makemessages
makemigrations
...
...
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