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
412b4126
Kaydet (Commit)
412b4126
authored
8 years ago
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed a blank line per isort and a trailing whitespace.
üst
5da7e3f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
default.txt
docs/topics/auth/default.txt
+1
-1
urls_deprecated.py
tests/auth_tests/urls_deprecated.py
+0
-1
No files found.
docs/topics/auth/default.txt
Dosyayı görüntüle @
412b4126
...
...
@@ -1475,7 +1475,7 @@ implementation details see :ref:`using-the-views`.
will default to ``default_token_generator``, it's an instance of
``django.contrib.auth.tokens.PasswordResetTokenGenerator``.
* ``form_class``: Form that will be used to set the password. Defaults to
* ``form_class``: Form that will be used to set the password. Defaults to
:class:`~django.contrib.auth.forms.SetPasswordForm`.
* ``success_url``: URL to redirect after the password reset done. Defaults
...
...
This diff is collapsed.
Click to expand it.
tests/auth_tests/urls_deprecated.py
Dosyayı görüntüle @
412b4126
...
...
@@ -3,7 +3,6 @@ from django.contrib import admin
from
django.contrib.auth
import
views
from
django.contrib.auth.decorators
import
login_required
# special urls for deprecated function-based views
urlpatterns
=
[
url
(
r'^login/$'
,
views
.
login
,
name
=
'login'
),
...
...
This diff is collapsed.
Click to expand it.
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