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
d392fc29
Kaydet (Commit)
d392fc29
authored
Kas 16, 2017
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
üst
6bf85ff7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
1.8.txt
docs/releases/1.8.txt
+1
-1
default.txt
docs/topics/auth/default.txt
+1
-1
No files found.
docs/releases/1.8.txt
Dosyayı görüntüle @
d392fc29
...
@@ -200,7 +200,7 @@ Minor features
...
@@ -200,7 +200,7 @@ Minor features
and :meth:`~django.contrib.auth.models.User.has_module_perms`
and :meth:`~django.contrib.auth.models.User.has_module_perms`
to short-circuit permission checking.
to short-circuit permission checking.
* :class:`~django.contrib.auth.forms.PasswordResetForm` now
* :class:`~django.contrib.auth.forms.PasswordResetForm` now
has a method :meth:`~django.contrib.auth.forms.PasswordResetForm.send_
e
mail`
has a method :meth:`~django.contrib.auth.forms.PasswordResetForm.send_mail`
that can be overridden to customize the mail to be sent.
that can be overridden to customize the mail to be sent.
* The ``max_length`` of :attr:`Permission.name
* The ``max_length`` of :attr:`Permission.name
...
...
docs/topics/auth/default.txt
Dosyayı görüntüle @
d392fc29
...
@@ -1452,7 +1452,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
...
@@ -1452,7 +1452,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
A form for generating and emailing a one-time use link to reset a
A form for generating and emailing a one-time use link to reset a
user's password.
user's password.
.. method:: send_
e
mail(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
.. method:: send_mail(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
Uses the arguments to send an ``EmailMultiAlternatives``.
Uses the arguments to send an ``EmailMultiAlternatives``.
Can be overridden to customize how the email is sent to the user.
Can be overridden to customize how the email is sent to the user.
...
...
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