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
a0ce4c09
Kaydet (Commit)
a0ce4c09
authored
Şub 03, 2016
tarafından
Carl Meyer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos in 1.8 release notes.
üst
5fdbd9e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
1.8.txt
docs/releases/1.8.txt
+2
-2
No files found.
docs/releases/1.8.txt
Dosyayı görüntüle @
a0ce4c09
...
@@ -1082,10 +1082,10 @@ Miscellaneous
...
@@ -1082,10 +1082,10 @@ Miscellaneous
parameters. Internally, Django will continue to provide the
parameters. Internally, Django will continue to provide the
``pk`` parameter in ``params`` for backwards compatibility.
``pk`` parameter in ``params`` for backwards compatibility.
* ``UserCreationForm.error
s
_messages['duplicate_username']`` is no longer used.
* ``UserCreationForm.error_messages['duplicate_username']`` is no longer used.
If you wish to customize that error message, :ref:`override it on the form
If you wish to customize that error message, :ref:`override it on the form
<modelforms-overriding-default-fields>` using the ``'unique'`` key in
<modelforms-overriding-default-fields>` using the ``'unique'`` key in
``Meta.error
s
_messages['username']`` or, if you have a custom form field for
``Meta.error_messages['username']`` or, if you have a custom form field for
``'username'``, using the the ``'unique'`` key in its
``'username'``, using the the ``'unique'`` key in its
:attr:`~django.forms.Field.error_messages` argument.
:attr:`~django.forms.Field.error_messages` argument.
...
...
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