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
e317d7fc
Kaydet (Commit)
e317d7fc
authored
Eki 27, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[1.7.x] Fixed documentation of make_password kwargs.
Backport of
ed7c4df1
from master
üst
b42930e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
passwords.txt
docs/topics/auth/passwords.txt
+1
-1
No files found.
docs/topics/auth/passwords.txt
Dosyayı görüntüle @
e317d7fc
...
@@ -220,7 +220,7 @@ from the ``User`` model.
...
@@ -220,7 +220,7 @@ from the ``User`` model.
to be an unusable password, resulting in this method returning
to be an unusable password, resulting in this method returning
``False`` for such a password.
``False`` for such a password.
.. function:: make_password(password
[, salt, hashers]
)
.. function:: make_password(password
, salt=None, hasher='default'
)
Creates a hashed password in the format used by this application. It takes
Creates a hashed password in the format used by this application. It takes
one mandatory argument: the password in plain-text. Optionally, you can
one mandatory argument: the password in plain-text. Optionally, you can
...
...
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